@if(Auth::check())
You are logged in successfully
@endif
@csrf
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf