@extends('layouts.landing-page') @section('title')Ramadan Offer - 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 PHONE NUMBER (Required) (إلزامي) رقم الهاتف @if($errors->has('phone')) {{ $errors->first('phone') }} @endif EMIRATE (Required) (إلزامي) الإمارة Abu Dhabi Al Ain Deira Ras Al Khaima Sharjah Fujairah Sheikh Zayed Road SELECT A VEHICLE (Required) (إلزامي) اختر مركبة Dzire Baleno Ciaz Swift Grand Vitara @if($errors->has('vehicle')) {{ $errors->first('vehicle') }} @endif Please confirm you have read and agree to our Terms and Conditions* @endsection @section('scripts') @endsection