@extends('layouts.landing-page') @section('title')Ramadan Offer - Register Your Interest | Suzuki UAE @endsection @section('headlinks') @endsection @section('content')
eeco {{--
title
--}} @if($errors->has('success'))

{{$errors->first()}}

@endif

Register your interest

@csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('name'))
{{ $errors->first('email') }}
@endif
@if($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if($errors->has('vehicle'))
{{ $errors->first('vehicle') }}
@endif
@endsection @section('scripts') @endsection