{{ __('Account Login') }}

{{ __('Sign in to continue') }}

{{ __('Access your dashboard using your registered email and password.') }}

@csrf
@if (Route::has('password.request')) {{ __('Forgot password?') }} @endif
{{ __('Log in') }} @if (Route::has('register'))

{{ __("Don't have an account?") }} {{ __('Create one') }}

@endif