FC
@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
Please enter a valid email and password.
@endif
@csrf