{{ __('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 --}}
{{ __('Informations') }}
@if ($instructorRequest->certificate) @endif @if ($instructorRequest->identity_scan) @endif
{{ __('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 }}
{{-- Payment information card area --}}
{{ __('Payout Informations') }}
{{ __('Payout Account') }} {{ $instructorRequest->payout_account }}
{{ __('Payout Details') }} {!! nl2br(clean($instructorRequest->payout_information)) !!}
{{-- information card area --}}
{{ __('Informations') }}
{{ __('Update Status') }}
@csrf @method('PUT')