@extends('frontend.layouts.master') @section('meta_title', 'Become Instructor'. ' || ' . $setting->app_name) @section('contents') {{ __('Become Instructor') }} {!! clean($instructorRequestSetting?->instructions) !!} @csrf @if ($instructorRequestSetting?->need_certificate == 1) {{ __('Certificate and documents') }} * @endif @if ($instructorRequestSetting?->need_identity_scan == 1) {{ __('Certificate and documents') }} * @endif {{ __('Payout Account') }} * {{ __('Select') }} @foreach ($withdrawMethods as $method) {{ $method->name }} @endforeach {{ __('Payment Information') }} * @foreach ($withdrawMethods as $method) {!! clean($method->description) !!} @endforeach {{ __('Extra Information') }} @if (Cache::get('setting')->recaptcha_status === 'active') @endif {{ __('Submit for Review') }} @endsection
*