@method('POST') @csrf {{ (app()->getLocale() == 'ar') ? 'الاسم' : 'Name' }}: * @error("name") {{ $message }} @enderror {{ (app()->getLocale() == 'ar') ? 'بريدك الالكتروني' : 'Email' }}: * @error("email") {{ $message }} @enderror {{ (app()->getLocale() == 'ar') ? 'رقم الهاتف' : 'Mobile Number' }}: * {{ (app()->getLocale() == 'ar') ? 'يجب أن يكون هذا الحقل جوالًا سعوديًا (05xxxxxxxx).' : 'This field must be saudi arabia mobile (05xxxxxxxx).'}} {{ (app()->getLocale() == 'ar') ? 'العنوان' : 'Address' }}: @error("address") {{ $message }} @enderror {{ (app()->getLocale() == 'ar') ? 'موديل السيارة' : 'Car model' }}: * @if(count($Toyotacars) > 0) @foreach($Toyotacars as $cat) {{ $cat->title ?? '' }} @endforeach @endif @if(count($Lexusacars) > 0) @foreach($Lexusacars as $cat) {{ $cat->title ?? '' }} @endforeach @endif @error("category_id") {{ $message }} @enderror {{ (app()->getLocale() == 'ar') ? 'طلب الاتصال عن طريق' : 'Request contact by' }}: * - {{ (app()->getLocale() == 'ar') ? 'اختر' : 'Select' }} - @if(!empty($contact_Via)) @foreach($contact_Via as $key => $data) {{ $data[app()->getLocale()] }} @endforeach @endif @error("contact_via") {{ $message }} @enderror {{ (app()->getLocale() == 'ar') ? 'مهتم في' : 'Interested in' }}: * - {{ (app()->getLocale() == 'ar') ? 'اختر' : 'Select' }} - @if(!empty($interested_In)) @foreach($interested_In as $key => $data) {{ $data[app()->getLocale()] }} @endforeach @endif @error("interested_in") {{ $message }} @enderror {{ (app()->getLocale() == 'ar') ? 'ملاحظات' : 'Notes' }}: