{{ $total_admins }}
{{ __('Total Admin') }}
{{ $total_instructors }}
{{ __('Total Instructors') }}
{{ $total_students }}
{{ __('Total Students') }}
{{ $total_courses }}
{{ __('Total Courses') }}
{{ $total_active_courses }}
{{ __('Active Courses') }}
{{ $total_pending_courses }}
{{ __('Pending Courses') }}
{{ $total_free_courses }}
{{ __('Free Courses') }}
{{ $total_paid_courses }}
{{ __('Paid Courses') }}
{{ $total_lessons }}
{{ __('Total Lessons') }}
{{ $total_lectures }}
{{ __('Total Lectures') }}
{{ $total_blogs }}
{{ __('Total Blogs') }}
@if(get_currency_placement() == 'after') {{ $total_paid_sales }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_paid_sales }} @endif
{{ __('Total Paid Sales') }}
{{ $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)') }}
@if(get_currency_placement() == 'after') {{ $total_admin_commission }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_admin_commission }} @endif
{{ __('Total Sell Commission') }}
@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)') }}
@if(get_currency_placement() == 'after') {{ $total_revenue }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_revenue }} @endif
{{ __('Total Revenue') }}
@if(get_currency_placement() == 'after') {{ $total_new_withdraws }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $total_new_withdraws }} @endif
{{ __('Total Request Withdraw') }}
@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')}}: {{isset($withdraw->user->instructor->name) ? $withdraw->user->instructor->name : '' }}
{{__('Phone')}}: {{isset($withdraw->user->instructor->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') }} | |||