@extends('layouts.admin') @section('content')
icon

@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') }}

icon

@if(get_currency_placement() == 'after') {{ $total_platform_charge }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_platform_charge }} @endif

{{ __('Total Platform Charge') }}

icon

@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') }}

icon

@if(get_currency_placement() == 'after') {{ $total_revenue }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_revenue }} @endif

{{ __('Total Revenue') }}

icon

@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') }}

icon

{{ $total_enrolment_in_course }}

{{ __('Total Enrolled in Courses') }}

icon

@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') }}

icon

@if(get_currency_placement() == 'after') {{ $cancel_consultation_money }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $cancel_consultation_money }} @endif

{{ __('Cancel Money From Consultation') }}

icon

{{ $total_enrolment_in_consultation - $total_cancel_consultation }}

{{ __('Total Enrolled in Consultation') }}

icon

{{ $total_cancel_consultation }}

{{ __('Total Cancel Enrolled in Consultation') }}

icon

{{ @$total_bundle_Course_enrolled }}

{{ __('Total Bundle Course enrolled') }}

icon

@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') }}

@foreach($orders as $order) @endforeach
{{ __('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
{{$orders->links()}}
@endsection @push('style') @endpush @push('script') @endpush