@extends('emails.layouts.app') @section('content')

Dear {{ $details['data']['record_data']->name??'' }},

I hope this message finds you well.

We are pleased to provide you with the invoice and E-Way Bill for your recent order, Order No. {{ $details['data']['record_data']->id??'' }} , Below are the details:


@include('emails.invoice_details') @include('emails.eway_bill_details')

Please review the invoice and E-Way Bill at your convenience. If you have any questions regarding the details or need further assistance, feel free to reach out to us.

Thank you for your business and for choosing {{ $details['data']['record_data']->company_name??'company_name' }}. We look forward to serving you again in the future.

@include('emails.best_regards')
@endsection