@csrf
{{ __('Email Address') }}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{ __('Password') }}
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{ __('Remember Me') }}
{{ __('Login') }}
@include('toast-msg')