@if( app()->getLocale() == 'ar')
@else
@endif
{{translate('Login')}}
{{translate('Welcome ')}}
{{translate('Please enter the following data to access your account')}} !
@foreach (session('flash_notification', collect())->toArray() as $message)
{{translate('Warning')}}
{{$message['message'] }}
@endforeach
@csrf
{{translate('Emil')}}
{{translate('Password')}}
{{translate('Sign in')}}
@include('Backend.Layout.script')