@extends('frontend.layouts.app') @section('content')

{{__('Become an Instructor')}}

@foreach($instructorFeatures as $instructorFeature)
support
{{ __($instructorFeature->title) }}

{{ __($instructorFeature->subtitle) }}

@endforeach
{{__('Contact With Us')}}
@foreach($instructorProcedures as $instructorProcedure)
about

{{ __($instructorProcedure->title) }}

{{ __($instructorProcedure->subtitle) }}

@endforeach
img

{{ @$total_students }}+

{{ __('Students') }}

img

{{ @$total_enrollments }}

{{ __('Enrollments') }}

img

{{ @$total_instructors }}+

{{ __('Instructor') }}

img

100%

{{ __('Satisfaction') }}

{{ __(get_option('app_instructor_footer_title')) }}

{{ __(get_option('app_instructor_footer_subtitle')) }}

{{__('Contact With Us')}}
@endsection @push('script') @if (@$errors->any()) @endif @endpush