@extends('instructor.master_layout') @section('title') {{ __('translate.Dashboard') }} @endsection @section('body-header')

{{ __('translate.Dashboard') }}

{{ __('translate.Dashboard') }} >> {{ __('translate.Dashboard') }}

@endsection @push('style_section') @endpush @section('body-content')
@include('course::instructor.svg.total_earning')

{{ __('translate.Total Earnings') }}

{{ currency($total_income) }}

@include('course::instructor.svg.commission_deducted')

{{ __('translate.Commission Deducted') }}

{{ currency($total_commission) }}

@include('course::instructor.svg.net_earning_two')

{{ __('translate.Net Earnings') }}

{{ currency($net_income) }}

@include('course::instructor.svg.available_balance')

{{ __('translate.Available Balance') }}

{{ currency($current_balance) }}

@include('paymentwithdraw::seller.svg.total_withdraw')

{{ __('translate.Total Withdraw') }}

{{ currency($total_withdraw_amount) }}

@include('paymentwithdraw::seller.svg.pending_withdraw')

{{ __('translate.Pending Withdraw') }}

{{ currency($pending_withdraw) }}

@include('instructor.svg.total_sold')

{{ __('translate.Total Sold') }}

{{ $course_sale_qty }}

@include('instructor.svg.total_active_course')

{{ __('translate.Active Course') }}

{{ $total_active_course }}

{{ __('translate.Enrollment Statitics') }}

{{ __('translate.Latest Enrollments') }}

@endsection @push('js_section') @endpush