@extends('front.layouts.main') @section('meta_tags') تسجيل الدخول | {{@$setting->translation->title}} @stop @section('content')
تسجيل الدخول
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
ليس لديك حساب حتى الآن؟ أنشئ حسابا
@if (Route::has('password.request')) نسيت كلمة المرور استرداد كلمة المرور ؟ @endif
@stop {{-- {{@$setting->title_ar}} @include('dashboard.layouts.meta_tags_social')
@csrf
--}}