{{ $address }}
{{ $email }}
{{ $phone }}
{{ $order_details['student']['address'] }}
{{ $order_details['student']['email'] }}
{{ $order_details['student']['phone'] }}
{{ $order_details['created_at']}}
#{{ $order_details['id']}}
| {{ __('No') }} | {{ __('Product Name') }} | {{ __('Price') }} | {{ __('Quantity') }} | {{ __('Total') }} |
|---|---|---|---|---|
| 01 |
{{ $order_details['course']['name'] }}{{ $order_details['institute']['name'] }} |
${{ $order_details['amount'] }} | 1 | ${{ $order_details['amount'] }} |
| {{ __('Sub Total') }} | ${{ $order_details['amount'] }} | |||
| {{ __('Discount') }} : | -${{ $order_details['discount'] }} | |||
| {{ __('Tax') }} | $0 | |||
| {{ __('Total') }} |
${{ $order_details['amount'] - $order_details['discount'] }} |
|||