@component('mail::message') Subject: Clinic Purchase Confirmation - {{ $data['service_name'] }} from {{ env('APP_NAME') }} Dear {{ $data['owner_name'] }} We're delighted to confirm your purchase of the {{ $data['service_name'] }} from {{ env('APP_NAME') }}. Thank you for choosing us for your {{ $data['service_name'] }} service. Details: - Plan: {{ $data['service_name'] }} - Transaction ID: {{ $data['transaction_id'] }} - Date: {{ $data['purchased_date'] }} - Amount: {{ $data['amount'] }} - Valid Till: {{ $data['expiry_date'] }} - Payment Method: {{ $data['payment_method'] }} For any questions or assistance with your plan, please contact our support team at {{ env('CONTACT_MAIL') }} Or {{ env('SUPPORT_NO') }} . We're here to ensure you have a great experience with {{ env('APP_NAME') }}. Thank you for choosing {{ env('APP_NAME') }}. We look forward to serving you and providing top-notch care. Best regards, {{ env('APP_NAME') }} {{ env('CONTACT_MAIL') }} @endcomponent