Vehicle Registration:

@if(isset($data['registration_no'])) {{$data['registration_no']}} @endif

Vehicle Model:

@if(isset($data['model'])) {{$data['model']}} @endif

Vehicle Identification Number:

@if(isset($data['identification_no'])) {{$data['identification_no']}} @endif

Registration Date:

@if(isset($data['registration_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['registration_date']))}} @endif

Vehicle Color:

@if(isset($data['color'])) {{$data['color']}} @endif

MOT Date:

@if(isset($data['mot_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['mot_date']))}} @endif

Insurance Date:

@if(isset($data['insurance_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['insurance_date']))}} @endif

Insurance Company:

@if(isset($data['insurance_company'])) {{$data['insurance_company']}} @endif

Vehicle Tax Date:

@if(isset($data['tax_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['tax_date']))}} @endif

Fuel Type:

@if(isset($data['fuel_type'])) {{$data['fuel_type']}} @endif

Ownership:

@if(isset($data['ownership'])) {{$data['ownership']}} @endif

Purchase Price:

@if(isset($data['purchase_price'])) {{$data['purchase_price']}} @endif

Purchase Date:

@if(isset($data['purchase_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['purchase_date']))}} @endif

Lease Start Date if Applicable:

@if(isset($data['lease_start_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['lease_start_date']))}} @endif

Lease End Date if Applicable:

@if(isset($data['lease_end_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['lease_end_date']))}} @endif

Miscellaneous Details:

@if(isset($data['miscellaneous_details'])) {{$data['miscellaneous_details']}} @endif

@if(isset($data['contact_details'])) {{$data['contact_details']}} @endif