@if (session('status'))
{{ session('status') }}
@endif
@csrf
@if (Route::has('register')) {{ __('Not registered?') }} @endif {{ __('Log in') }}