{{ __('Request Details') }}
@if ($user->image)
@else
@endif
{{ html_decode($user->name) }}
@if ($user->phone){{ html_decode($user->phone) }}
@endif{{ html_decode($user->email) }}
{{ __('Joined') }} : {{ $user->created_at->format('h:iA, d M Y') }}
@if ($user->email_verified_at){{ __('Email verified') }} : {{ __('Yes') }}
@else{{ __('Email verified') }} : {{ __('NO') }}
@endif
{{-- information card area --}}
{{-- Payment information card area --}}
{{-- information card area --}}
{{ __('Informations') }}
{{ __('Status') }} | @if ($instructorRequest->status == 'pending') {{ __('Pending') }} @elseif ($instructorRequest->status == 'approved') {{ __('Approved') }} @else {{ __('Rejected') }} @endif |
{{ __('Certificate / Document') }} | {{ __('Download') }} |
{{ __('Identity Scan') }} | {{ __('Download') }} |
{{ __('Extra Informations') }} | {{ $instructorRequest->extra_information }} |
{{ __('Payout Informations') }}
{{ __('Payout Account') }} | {{ $instructorRequest->payout_account }} |
{{ __('Payout Details') }} | {!! nl2br(clean($instructorRequest->payout_information)) !!} |
{{ __('Informations') }}
{{ __('Update Status') }} |