@extends('layouts.app') @section('title')Suzuki Eeco Cargo - Register Your Interest | Suzuki UAE @endsection @section('headlinks') @endsection @section('content') {{-- --}} @if($errors->has('success')) {{$errors->first()}} @endif Register your interest @csrf FULL NAME (Required) (إلزامي) الاسم الكامل @if($errors->has('name')) {{ $errors->first('name') }} @endif EMAIL (Required) (إلزامي) البريد الإلكتروني @if($errors->has('name')) {{ $errors->first('email') }} @endif SELECT A VEHICLE (Required) (إلزامي) اختر مركبة EECO Cargo Carry Pickup @if($errors->has('vehicle')) {{ $errors->first('vehicle') }} @endif PHONE NUMBER (Required) (إلزامي) رقم الهاتف @if($errors->has('phone')) {{ $errors->first('phone') }} @endif EMIRATE (Required) (إلزامي) الإمارة Branch Abu Dhabi Al Ain Deira Ras Al Khaima Sharjah Fujairah Sheikh Zayed Road Please confirm you have read and agree to our Terms and Conditions* @endsection @section('scripts') @endsection