@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot {{-- Body --}}

Dear {{ $patient_name }},


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.


View Invoice
{{-- Footer --}} @slot('footer') @component('mail::footer')
© {{ date('Y') }} {{ getSuperAdminAppName() }}.
@endcomponent @endslot @endcomponent