@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
@endcomponent
@endslot
{{-- Body --}}
I hope you are well.
Below are your invoice details.
Invoice Number: {{$invoice_number}}
Invoice Date: {{$invoice_date}}
Discount: {{$discount}}
Amount: {{$amount}}
Status: {{$status}}
Please see attached the invoice #{{ $invoice_number }}.
Also you can see the attachment invoice PDF.