Tricall
Billing Details
Hi {{ $customer->name }},
@if($payment) Your payment has been successfully processed. Below is your receipt. @else Your plan has been successfully activated. No upfront payment was required. @endif
Email {{ $customer->email }}
Transaction ID {{ optional($payment)->transaction_id ?? 'N/A' }}
Payment Method {{ optional($payment)->payment_method ?? 'PAYG (No upfront charge)' }}
Date {{ optional(optional($payment)->paid_at)?->format('d M Y') ?? 'N/A' }}
@if($plan) @endif @if($addons && count($addons)) @foreach($addons as $addon) @endforeach @endif @if($payment) @endif @if(!$payment) @endif
Order Summary
{{ $plan->name }}
Plan
{{ $addon->addon->name }}
Add-on · {{ $addon->minutes }} Minutes
Sub Total ${{ number_format($payment->amount / (1 + ($payment->tax_percentage / 100)), 2) }}
GST ({{ $payment->tax_percentage }}%) ${{ number_format($payment->amount - ($payment->amount / (1 + ($payment->tax_percentage / 100))), 2) }}
Total ${{ number_format($payment->amount, 2) }}
This is a PAYG plan. You will be billed based on usage.
This is a confirmation email for your account with ABC Communications.
Need help? support@abc.net.au
© {{ date('Y') }} ABC Communications. All rights reserved.