@section('title', 'Sign in to your account')
{{-- --}} LOGO

Sign in to your account

@if (Route::has('register'))

Or create a new account

@endif
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror