 }}/images/admin-dashboard-icons/principal.png)
{{ $total_admins }}
{{ __('Total Admin') }}
 }}/images/admin-dashboard-icons/laptop.png)
{{ $total_instructors }}
{{ __('Total Instructors') }}
 }}/images/admin-dashboard-icons/study.png)
{{ $total_students }}
{{ __('Total Students') }}
 }}/images/admin-dashboard-icons/test.png)
{{ $total_courses }}
{{ __('Total Courses') }}
 }}/images/admin-dashboard-icons/test-1.png)
{{ $total_active_courses }}
{{ __('Active Courses') }}
 }}/images/admin-dashboard-icons/download.png)
{{ $total_pending_courses }}
{{ __('Pending Courses') }}
 }}/images/admin-dashboard-icons/withdraw.png)
{{ $total_free_courses }}
{{ __('Free Courses') }}
 }}/images/admin-dashboard-icons/elearning.png)
{{ $total_paid_courses }}
{{ __('Paid Courses') }}
 }}/images/admin-dashboard-icons/checklist.png)
{{ $total_lessons }}
{{ __('Total Lessons') }}
 }}/images/admin-dashboard-icons/website.png)
{{ $total_lectures }}
{{ __('Total Lectures') }}
 }}/images/admin-dashboard-icons/blogger.png)
{{ $total_blogs }}
{{ __('Total Blogs') }}
 }}/images/admin-dashboard-icons/save-money.png)
@if(get_currency_placement() == 'after') {{ $total_paid_sales }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_paid_sales }} @endif
{{ __('Total Paid Sales') }}
 }}/images/admin-dashboard-icons/paying.png)
{{ $total_free_sales }}
{{ __('Total Free Sales') }}

@if(get_currency_placement() == 'after') {{ $total_platform_charge }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_platform_charge }} @endif
{{ __('Total Platform Charge') }}

@if(get_currency_placement() == 'after') {{ $total_platform_charge_this_month }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_platform_charge_this_month }} @endif
{{ __('Total Platform Charge (Current Month)') }}
 }}/images/admin-dashboard-icons/discount.png)
@if(get_currency_placement() == 'after') {{ $total_admin_commission }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_admin_commission }} @endif
{{ __('Total Sell Commission') }}
 }}/images/admin-dashboard-icons/shop.png)
@if(get_currency_placement() == 'after') {{ $total_admin_commission_this_month }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_admin_commission_this_month }} @endif
{{ __('Total Sell Commission (Current Month)') }}
 }}/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/economy.png)
@if(get_currency_placement() == 'after') {{ $total_new_withdraws }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_new_withdraws }} @endif
{{ __('Total Request Withdraw') }}
 }}/images/admin-dashboard-icons/save-money.png)
@if(get_currency_placement() == 'after') {{ $total_complete_withdraws }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_complete_withdraws }} @endif
{{ __('Total Complete Withdraw') }}
{{ __('Enrollment') }}
{{ __('Total Enrollment') }} {{ $total_enrolments }}
{{ __('Top Seller') }}
{{ __('Course') }} | {{ __('Instructor Name') }} | {{ __('Price') }} | {{ __('Total') }} |
---|---|---|---|
{{ Str::limit($course->title, 90) }} | {{ @$course->instructor->name }} | {{ $course->price }} | {{ $course->totalOrder }} |
{{__('Instructor')}} | {{__('Payment Method')}} | {{__('Request Date')}} | {{__('Amount')}} |
---|---|---|---|
{{__('Name')}}: {{$withdraw->user->student->name ?? $withdraw->user->instructor->name}}
{{__('Phone')}}: {{$withdraw->user->student->phone_number ?? $withdraw->user->instructor->phone_number}}
|
@if($withdraw->payment_method == 'paypal')
{{__('Payment Method')}}: PayPal
{{__('Email')}}: {{$withdraw->user->paypal ? $withdraw->user->paypal->email : '' }}
@endif
@if($withdraw->payment_method == 'card')
{{__('Payment Method')}}: Card
@if($withdraw->user->card)
{{__('Card Number')}}: {{$withdraw->user->card->card_number }}
{{__('Car Holder')}}: {{$withdraw->user->card->card_holder_name }}
{{__('Date')}}: {{$withdraw->user->card->month }}/{{$withdraw->user->card->year }}
@endif
@endif
|
{{$withdraw->created_at->format('d M Y')}} | @if(get_currency_placement() == 'after') {{$withdraw->amount}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{$withdraw->amount}} @endif |
{{ __('No Requested Found') }} |