@extends('layouts.app') @section('content')
@if($display_data['status'] == 'PAID' )

Dear {{$display_data['quote']['customer_name']}} ,

Fairfirst Insurance is delighted to welcome you as a policy holder.

@if($display_data['quote']['insurance_code'] == 'TR')

Your policy number is: {{ $display_data['policy_no'] }}

Internal reference number is: {{ $display_data['internal_reference_no'] }}

@else

Your policy number is: {{ $display_data['reference'] }}

@endif

Your transaction number is: {{ $display_data['txnRef'] }}

 

@if($display_data['quote']['insurance_code'] == 'MT')

Thank you for purchasing your online Motor Insurance Policy. Your transaction has been successfully processed and your documents are ready. Please download your Cover Note, Payment Invoice and Policy Schedule below.

The Motor Policy & Certificate Card will be registered post to your declared address within 7 working days.

@elseif($display_data['quote']['insurance_code'] == 'PT')

Thank you for purchasing your online Pet Insurance Policy. Your transaction has been successfully processed and your documents are ready.

@endif

If you have any questions please contact us on 0112428428

@if($display_data['quote']['insurance_code'] == 'MT')
@if($display_data['invoicePath'] != '') Download Invoice @endif @if($display_data['schedulePath'] != '') Download Schedule @endif @if($display_data['certificatePath'] != '') Download Certificate @endif @if($display_data['coverNotePath'] != '') Download Cover Note @endif
@elseif($display_data['quote']['insurance_code'] == 'PT')
@if($display_data['invoicePath'] != '') Download Invoice @endif @if($display_data['schedulePath'] != '') Download Schedule @endif @if($display_data['coverNotePath'] != '') Fairfirst Pet Insurance Policy @endif
@elseif($display_data['quote']['insurance_code'] == 'PA' || $display_data['quote']['insurance_code'] == 'LS')
@if($display_data['invoicePath'] != '') Download Invoice @endif @if($display_data['schedulePath'] != '') Download Schedule @endif @if($display_data['coverNotePath'] != '') Fairfirst PA Insurance Policy @endif
@endif
@else

Dear {{$display_data['quote']['customer_name']}} ,

Sorry, your order could not be processed.

 

We could not complete your transaction because the payment has failed. Please check your card details and retry.

Your transaction number is: {{ $display_data['txnRef'] }}

If you have any questions please contact us on 0112428428

@endif
@if($display_data['status'] == 'PAID' ) @endif @endsection