@if(Session::has('error'))
{{ Session::get('error') }}
@endif
Description of the image

{{ __('Login') }}

Welcome Back, Please Login to Your
account

@csrf



@if ($errors->has('emailPassword')) {{ $errors->first('emailPassword') }} @endif