@extends('layouts.app') @section('content')
ورود به {{ (get_option('site_title') != null ? get_option('site_title') : 'دیجی لارا') }}
@foreach($errors->all() as $error)
{{$error}}
@endforeach
@csrf @if(config('app.recaptcha') != null) {!! GoogleReCaptchaV3::renderField('contact_us_id','contact_us_action') !!} @endif @if (Request::has('previous')) @else @endif
ایمیل یا شماره موبایل
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if (Route::has('password.request'))
رمز عبور رمز عبور خود را فراموش کرده ام
@endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
کاربر جدید هستید؟ ثبت‌نام در {{ (get_option('site_title') != null ? get_option('site_title') : 'دیجی لارا') }}
@include('auth.footer')
@if(config('app.recaptcha') != null) {!! GoogleReCaptchaV3::init() !!} @endif @endsection