@include('dashboard.layouts.meta_tags_social')
@csrf
تسجيل الدخول
{{__(' بيانات الاعتماد الخاصة بك')}}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{ __('تذكرني') }}
@if (Route::has('password.request'))
{{ __('نسيت كلمة المرور؟ استعاده الآن') }}
@endif
{{__('تسجيل دخول')}}
{{--
By continuing, you're confirming that you've read our
Terms & Conditions
and
Cookie Policy
--}}