{{ __('Sign in to your account') }}
@csrf
{{ __('Email') }}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{ __('Password') }}
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{ __('Remember me') }}
{{ __('SIGN IN') }}