{{--
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}
--}} @extends('layouts.main') @section('title') Log In @endsection @section('content')

Log in to your account

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Forgot password?

Don't have an account yet? Sign Up

@endsection