@component('mail::layout', ['company' => $company])
@component('mail::header', ['image' => AssetS3('/assets/image/order.png')]) {{--

CONGRATULATION

--}}

Invoice #{{ $invoice }}

@endcomponent
@if($with_aio_payment)

Order from {{ $company['name'] }} ${{ number_format($overall_balance_due, 2) }}

Download Invoice
Pay This Invoice

@endif {!! $content !!}
@endcomponent