@extends('layouts.frontend') @section('title', 'Bank Details confirmation') @section('content')

{{ $product_details->product_name}}

@if(Session::get('success'))
{{Session::get('success')}}
@endif @if(Session::get('failure'))
{{Session::get('failure')}}
@endif @if (count($errors) > 0)
Whoops! All field are required..

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
  • Cover
  • Bank Details
  • Confirmation

Finally, please confirm that you are happy to set up your policy with the following details:

  • Title and Full Name:
    {{$personal_data->title}} {{$personal_data->full_name}}
  • Name(s) of Account Holder(s):
    {{$personal_data->accountname}}
  • Account Number:
    {{$personal_data->accountname2}}
  • Branch Sortcode:
    {{$personal_data->sortcode}}
  • Direct Debit Amount:
    £ {{number_format($monthly_cost, 2, '.', '')}}
  • @if($personal_data->product_id == Config::get('constant.SHEPHERDS_FRIENDLY_LONGTERM') || $personal_data->product_id == Config::get('constant.SHEPHERDS_FRIENDLY_SHORTERM')) @else
  • Date of collection:
    {{$personal_data->preferreddate}}
  • @endif
@if($product_details->id=="139" || $product_details->id=="140" || $product_details->id=="144" || $product_details->id=="151")

I confirm the above details are correct. The monthly direct debits will form part of a credit agreement with Best Insurance and Creation Premium Finance. I also acknowledge that as part of the policy set up, Best Insurance and Creation Premium Finance will carry out searches at credit reference agencies and details of such searches will be added to the credit reference agencies records about me and may be seen by other organisations making searches.

@else

I confirm the above details are correct. The monthly direct debits will form part of a credit agreement with Best Insurance and Associated Premium Funding. I also acknowledge that as part of the policy set up, Best Insurance and Associated Premium Funding will carry out searches at credit reference agencies and details of such searches will be added to the credit reference agencies records about me and may be seen by other organisations making searches.

@endif

Best Insurance would love to keep you up to date with the most relevant facts, information and product offerings we have, and that are available within the market place now or in the future. We often run promotions, special offers and discounts including refer a friend vouchers, loyalty bonus’s and schemes that we would like to share with you. We do not give your data to any other third-party advertisers, all our promotions are relevant to Best Insurance, our products or our services.


I agree to Best Insurance keeping me informed by:


Your Quote

  • {{ $product_details->product_name}}
  • {{ $insurer}}
  • {{ $cover_type }}
  • @if($quote_details['excess_period'] == '1') Back to day 1 @else {{ $quote_details['excess_period'] }} Day(s) @endif
  • {{ $product_details->benifit_period }} Months
  • £ {{ $quote_details['monthly_benifit_amount']}}

  • incl. IPT (Insurance Premium Tax) £{{ ($monthly_cost == '' ? "":number_format($monthly_cost, 2)) }}
@include('slices.frontend.get-a-quot.right_bottom')
@endsection @section('page-script') @stop