@component('mail::message')
Dear YoDr Admin,
We hope this email finds you well.We are reaching out on behalf of {{ env('APP_NAME') }}.
We are pleased to inform you that the invoice for the {{ $data['service_name'] }} has been generated, {{ $data['clinic_name'] }}.
The invoice details are as follows:
Clinic Name: {{ $data['clinic_name'] }}
Owner Name: {{ $data['owner_name'] }}
Invoice Number: {{ $data['invoice_number'] }}
Invoice Date: {{ $data['invoice_date'] }}
Invoice Amount: {{ $data['invoice_amount'] }}
Invoice Status: {{ $data['invoice_status'] }}
Please verify and process the invoice as soon as possible.
Best regards,
{{ env('APP_NAME') }}
{{ env('CONTACT_MAIL') }}
@endcomponent