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

{{ __('Earnings') }}

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

{{ __('Current Balance') }}

{{ $totalCourseSold }}

{{ __('Courses Sold') }}

{{ currency($totalWithdraw) }}

{{ __('Total Payout') }}

{{ __('Create a Request') }}

@csrf
{{ __('Default Gateway') }} {{ $gateway->payout_account }}
{{ __('Minimum Payout') }} {{ currency($withdrawMethod->min_amount) }}
{{ __('Maximum Payout') }} {{ currency($withdrawMethod->max_amount) }}
{{ __('Gateway Information') }} {!! nl2br(clean($gateway->payout_information)) !!}
@endsection