{{ __('adminstaticword.Order') }}
+ Enroll User| # | {{ __('adminstaticword.User') }} | {{ __('Mobile') }} | {{ __('adminstaticword.Course') }} | {{ __('adminstaticword.TransactionId') }} | {{ __('adminstaticword.PaymentMethod') }} | {{ __('adminstaticword.TotalAmount') }} | {{ __('adminstaticword.Status') }} | {{ __('adminstaticword.Delete') }} | |
|---|---|---|---|---|---|---|---|---|---|
| 1 | {{$order->user['fname']}} {{$order->user['lname']}} | {{$order->user['mobile']}} | @if($order->course_id != NULL) {{ $order->courses['title'] }} @else {{ $order->bundle['title'] }} @endif | {{$order->transaction_id}} | {{$order->payment_method}} | @if($order->coupon_discount == !NULL){{ $order->total_amount - $order->coupon_discount }} | @else{{ $order->total_amount }} | @endif