LMS5, is one of the products by GJTECH SOFT. If you are watching this demo, the seller of this software is Gyanendu Jigyasa. Don't trust anyone’s words. Even if they tell you something, first watch the demo and if you like this software, contact Gyanendu Jigyasa directly. 📞 Call or WhatsApp: +91-9106014883
LMS5, GJTECH SOFT के उत्पादों में से एक है। यदि आप यह डेमो देख रहे हैं, तो इस सॉफ़्टवेयर के विक्रेता ज्ञानेंदु जिज्ञासा हैं। किसी की बातों पर भरोसा न करें। भले ही कोई आपको कुछ भी बताए, पहले डेमो देखें और यदि यह सॉफ़्टवेयर आपको पसंद आए, तो सीधे ज्ञानेंदु जिज्ञासा से संपर्क करें। 📞 कॉल या व्हाट्सएप करें: +91-9106014883
There is no one in my team who is authorized to sell this software except me. If anyone tells you that they are part of my team or that I have given them the rights, do not believe them. Always contact Gyanendu Jigyasa directly. 📞 Contact: +91-9106014883
मेरी टीम में मेरे अलावा कोई भी व्यक्ति इस सॉफ़्टवेयर को बेचने के लिए अधिकृत नहीं है। यदि कोई आपको कहे कि वह मेरी टीम में है या मैंने उसे अधिकार दिया है, तो उसकी बात पर विश्वास न करें। हमेशा सीधे ज्ञानेंदु जिज्ञासा से संपर्क करें। 📞 संपर्क: +91-9106014883
💰 Source Code Price: ₹15,000 / $200 USD
{{ $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')}}: {{$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') }} | |||