@extends('front.layouts.layout') @section('meta_tags') تسجيل الدخول | {{@$setting->translation->title}} @stop @section('content')
@lang('home.home') / @lang('home.login')
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@lang("home.create_new_accout") @lang('home.from_here')
@lang('home.do_you_forget_password') @lang('home.from_here')
@stop