Date Issued: {{ \Carbon\Carbon::parse($orderDetail->created_at)->toDateString() }}
{{ $orderDetail->user->phone }}
{{ $orderDetail->user->email }}
| Card no: | {{ base64_decode($paymentDetail->card->card_no ) }} |
| Card name: | {{ $paymentDetail->card->name }} |
| Payment Method: | {{ $paymentDetail->payment_brand }} |
| Payment Status: | {{ $paymentDetail->status }} |
| Service | Sub Service | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $orderDetail->main_service_name }} |
|
{{ $orderDetail->provider->phone }}
{{ $orderDetail->provider->email }}
Subtotal: {{ $orderDetail->sub_total }}
Travel Charges: {{ $orderDetail->travel_fees }}
Discount: {{ $orderDetail->added_discount }}
Total: {{ $orderDetail->total_amount }}