@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

@include('Backend.Layout.script')