 }}/images/admin-dashboard-icons/paying.png)
@if(get_currency_placement() == 'after') {{ $grand_total - $cancel_consultation_money}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $grand_total - $cancel_consultation_money }} @endif
{{ __('Grand Total') }}
 }}/images/admin-dashboard-icons/commission-1.png)
@if(get_currency_placement() == 'after') {{ $total_platform_charge }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_platform_charge }} @endif
{{ __('Total Platform Charge') }}
 }}/images/admin-dashboard-icons/save-money.png)
@if(get_currency_placement() == 'after') {{ $grand_admin_commission - $cancel_admin_commission_consultation_money }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $grand_admin_commission - $cancel_admin_commission_consultation_money }} @endif
{{ __('Total Admin Commission') }}
 }}/images/admin-dashboard-icons/money.png)
@if(get_currency_placement() == 'after') {{ $total_revenue }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_revenue }} @endif
{{ __('Total Revenue') }}
 }}/images/admin-dashboard-icons/discount.png)
@if(get_currency_placement() == 'after') {{ $grand_instructor_commission - $cancel_instructor_commission_consultation_money }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $grand_instructor_commission - $cancel_instructor_commission_consultation_money }} @endif
{{ __('Total Instructor Commission') }}
 }}/images/admin-dashboard-icons/study.png)
{{ $total_enrolment_in_course }}
{{ __('Total Enrolled in Courses') }}
 }}/images/admin-dashboard-icons/shop.png)
@if(get_currency_placement() == 'after') {{ $grand_money_from_consultation - $cancel_consultation_money }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $grand_money_from_consultation - $cancel_consultation_money }} @endif
{{ __('Grand Total From Consultation') }}
 }}/images/admin-dashboard-icons/money-loss.png)
@if(get_currency_placement() == 'after') {{ $cancel_consultation_money }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $cancel_consultation_money }} @endif
{{ __('Cancel Money From Consultation') }}
 }}/images/admin-dashboard-icons/laptop.png)
{{ $total_enrolment_in_consultation - $total_cancel_consultation }}
{{ __('Total Enrolled in Consultation') }}
 }}/images/admin-dashboard-icons/principal.png)
{{ $total_cancel_consultation }}
{{ __('Total Cancel Enrolled in Consultation') }}
 }}/images/admin-dashboard-icons/discount.png)
{{ @$total_bundle_Course_enrolled }}
{{ __('Total Bundle Course enrolled') }}
 }}/images/admin-dashboard-icons/discount.png)
@if(get_currency_placement() == 'after') {{ $grand_money_from_bundle }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $grand_money_from_bundle }} @endif
{{ __('Grand Total Bundle Course') }}
{{ __('Order Report') }}
{{ __('Student Name') }} | {{ __('Order Number') }} | {{ __('Sub Total') }} | {{ __('Discount') }} | {{ __('Platform Charge') }} | {{ __('Grand Total') }} | {{ __('Payment Method & Details') }} | {{ __('Total Admin Commission') }} | {{ __('Total Instructor Commission') }} |
---|---|---|---|---|---|---|---|---|
{{@$order->user->student->name}} | {{@$order->order_number}} | @if(get_currency_placement() == 'after') {{@$order->sub_total}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{@$order->sub_total}} @endif | @if(get_currency_placement() == 'after') {{@$order->discount}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{@$order->discount}} @endif | @if(get_currency_placement() == 'after') {{@$order->platform_charge}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{@$order->platform_charge}} @endif | @if(get_currency_placement() == 'after') {{@$order->grand_total}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{@$order->grand_total}} @endif |
{{ucfirst(@$order->payment_method)}}
@if(@$order->payment_method)
{{ __('Payment Currency') }}: {{ $order->payment_currency }} {{ __('Conversion Rate') }} : {{ number_format($order->conversion_rate, 2) }} {{ __('Payment') }}: {{ number_format($order->grand_total_with_conversation_rate, 2) }} @if(@$order->payment_method == 'bank'){{ __('Deposit Bank Name') }}: {{ @$order->bank->name }} {{ __('Deposit By') }}: {{ $order->deposit_by }} {{ __('Deposit Slip') }}: {{ __('Download') }} @endif @endif |
@if(get_currency_placement() == 'after') {{$order->total_admin_commission}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{$order->total_admin_commission}} @endif | @if(get_currency_placement() == 'after') {{$order->total_owner_balance}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{$order->total_owner_balance}} @endif |