@extends('backend.admin-master') @section('site-title') {{__('New Instructor')}} @endsection @section('style') @endsection @section('content')

{{__('Add New Instructor')}}

{{__('All Instructor')}}
@csrf
@foreach($all_languages as $lang)
@endforeach
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.repeater.script') @include('backend.partials.media-upload.media-js') @include('backend.partials.icon-field.js') @endsection