{{ __('Current Balance') }}
@extends('frontend.instructor-dashboard.layouts.master') @section('dashboard-contents')
{{ __('Current Balance') }}
{{ __('Courses Sold') }}
{{ __('Total Payout') }}
{{ __('No') }} | {{ __('Withdraw Amount') }} | {{ __('Method') }} | {{ __('Status') }} | {{ __('Date') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ $loop->iteration }} |
{{ currency($withdrawRequest->withdraw_amount) }} |
{{ $withdrawRequest->method }} |
@if ($withdrawRequest->status == 'approved') {{ __('Approved') }} @elseif($withdrawRequest->status == 'rejected') {{ __('Rejected') }} @elseif($withdrawRequest->status == 'pending') {{ __('Pending') }} @endif |
{{ formatDate($withdrawRequest->created_at) }} |
@if ($withdrawRequest->status == 'pending') @endif | {{ __('No Data') }} | @endforelse