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

{{ @$total_courses }}

{{ __('Total Courses') }}

icon

{{ $total_enrolment_in_course }}

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

icon

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

{{ __('Total Admin Commission') }}

icon

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

{{ __('Total Instructor Commission') }}

{{ __('Revenue Report') }} ({{ __('Courses') }})

@foreach($courses as $course) @endforeach
{{__('Image')}} {{__('Title')}} {{__('Instructor')}} {{ __('Total Admin Commission') }} {{ __('Total Affiliator Commission') }} {{ __('Total Instructor Commission') }} {{ __('Total Purchase Course') }}
No Image {{$course->title}} {{@$course->instructor->name}} @if(get_currency_placement() == 'after') {{$course->total_admin_commission}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{$course->total_admin_commission}} @endif @if(get_currency_placement() == 'after') {{getCourseAffiliateAmount($course->id)}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{getCourseAffiliateAmount($course->id)}} @endif @if(get_currency_placement() == 'after') {{$course->total_owner_balance}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{$course->total_owner_balance}} @endif {{$course->total_purchase_course}}
{{$courses->links()}}
@endsection @push('style') @endpush @push('script') @endpush