@component('mail::message') # Admin Receipt: VTU Purchase A customer has successfully completed a virtual top-up purchase. --- ## Customer Information @component('mail::table') | Attribute | Details | |---|---| | **Name** | {{ $user_name }} | | **Email** | {{ $user_email }} | | **Phone** | {{ $phone }} | | **User ID** | {{ $user_id }} | @endcomponent --- ## Transaction Details @component('mail::table') | Item | Details | |---|---| | **Transaction ID** | {{ $transaction_id }} | | **Service** | {{ $service_name }} | | **Type** | {{ $service_type }} | | **Date & Time** | {{ $date }} | | **Status** | ✓ Completed | @endcomponent --- ## Payment Breakdown @component('mail::table') | Description | Amount | |---|---| | Unit Price | ₦{{ number_format($unit_price, 2) }} | | Commission | ₦{{ number_format($commission, 2) }} | | Convenience Fee | ₦{{ number_format($convenience_fee, 2) }} | | Discount | ₦{{ number_format($discount, 2) }} | | **Total Charged** | **₦{{ number_format($total_amount, 2) }}** | @endcomponent --- ## Technical Details (Tracking) @component('mail::table') | Field | Value | |---|---| | Recipient/Credential | {{ $unique_element }} | | Quantity | {{ $quantity }} | | Channel | {{ ucfirst($channel) }} | | Platform | {{ ucfirst($platform) }} | | Method | {{ ucfirst($method) }} | @endcomponent @if($offer_applied) --- ## Offer Information **Offer Code Applied:** {{ $offer_code }} **Discount Amount:** ₦{{ number_format($discount, 2) }} @endif @if($purchased_code) --- ## Purchased Code/Token ``` {{ $purchased_code }} ``` @endif --- @component('mail::button', ['url' => $admin_url]) View Full Transaction @endcomponent **Important:** Please monitor this transaction to ensure proper delivery to the customer. --- **AFRIData NG Admin System** @endcomponent