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

{{ $total_enrolment_in_bundle }}

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

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') }} ({{ __('Bundles') }})

@foreach($bundleOrderItems as $orderItem) @php $bundleDetail = getBundleDetails($orderItem->bundle_id); @endphp @endforeach
{{__('Image')}} {{__('Title')}} {{__('Instructor')}} {{ __('Total Admin Commission') }} {{ __('Total Instructor Commission') }} {{ __('Total Enrolled') }}
No Image {{@$bundleDetail['name']}} {{getInstructorName($orderItem->owner_user_id)}} @if(get_currency_placement() == 'after') {{$orderItem->total_admin_commission}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{$orderItem->total_admin_commission}} @endif @if(get_currency_placement() == 'after') {{$orderItem->total_owner_balance}} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{$orderItem->total_owner_balance}} @endif {{ $orderItem->total_enroll }}
{{$bundleOrderItems->links()}}
@endsection @push('style') @endpush @push('script') @endpush