Current File : //home/tradevaly/public_html/resources/views/mail/user/advertisement/createInvoice.blade.php
<!-- paymentConfirmation.blade.php -->
@component('mail::message')
    # Payment Confirmation

    Hello {{ $data->name }},

    We are pleased to confirm the payment for your recent advertisement purchase!

    Below are the details of your payment confirmation:

    - Advertising duration: {{ $data->duration }} Month
    - Invoice Date: {{ now()->toFormattedDateString() }}
    - Advertising Place: {{ $data->advertisment_place }}
    - Amount: BTD{{ $data->amount }}
    - Payment Status: Success
    - Advertisement ID: {{ $data->advertisement_id }}

    **Invoice:**
    [Invoice]({{ route('user.my.buy.advertiser.invoice_details', $data->id) }})

    **Money Receipt:**
    [Money Receipt]({{ route('user.my.buy.advertiser.money_receipt', $data->id) }})

    **Upload Your Banner:**
    [Upload]({{ route('user.advertisment.edit', $data->banner_id) }})

    If you have any questions or need further assistance, please feel free to contact our support team.

    Thank you for choosing to advertise with us!
@endcomponent