@extends('frontend.instructor-dashboard.layouts.master') @section('dashboard-contents')

{{ __('Dashboard') }}

{{ __('TOTAL COURSES') }}

{{ __('PENDING COURSES') }}

{{ __('TOTAL ORDERS') }}

{{ __('PENDING ORDERS') }}

{{ currency(userAuth()->wallet_balance) }}

{{ __('Current Balance') }}

{{ currency($totalWithdraw) }}

{{ __('Total Payout') }}

@endsection