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

{{ $product_details->ProductName}}

@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
  • Personal Details
  • Cover
  • Bank Details
  • Confirmation
1. Name(s) of account holder(s):
{{$personal_data->accountname}}
2. Bank or Building Society account Number:
{{$personal_data->accountnumber}}
3. Branch sort Code:
{{$personal_data->sortcode}}
4. Amount to be debited from Bank Account:
£ {{number_format($monthly_cost, 2, '.', '')}}

The Company name which will appear on your bank statement against the Direct Debit will be Best Insurance.

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:
Email
Phone
Text Message
Post
None

Your Quote

  • {{ $product_details->ProductName}}
  • {{ $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']}}
  • £{{ ($monthly_cost == '' ? "":number_format($monthly_cost, 2)) }}
@include('slices.frontend.get-a-quot.web-api-pages.right_bottom')
@endsection @section('page-script') @stop