@extends('widgets.document.layout.mainlayout') @section('page_css') @endsection @section('content')
@include('widgets.payment.partials._invoice-preview')
Logo

Thank You!

Thanks, your billing address has been saved.
Your invoice has been emailed to email address {{ $contact->email }}.

Please pay your invoice amount of ${{ number_format($invoice->total/100, 2) }} {{ $invoice->currency_code }} by {{ $invoice->due_date->format('d/m/Y') }}.

@endsection @section('page_js') @endsection