@include('parts.head')

Login

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Password?') }} @endif
@include('parts.fconscript')