@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 ($errors->has('mobile')) {{ $errors->first('mobile') }} @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