@extends('layouts.app') @section('content')
ورود به مدیریت
@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(config('app.recaptcha') != null) {!! GoogleReCaptchaV3::init() !!} @endif @endsection