@vite('resources/js/app.js') @vite('resources/css/app.css')

LOGIN

{{--

Don't have an account yet? Register here

--}}
@csrf
{{-- required aria-describedby="email-error" --}}
{{-- Forgot password? --}}
{{--
--}} @if ($errors->any())
{{ $errors->first() }}
@endif