@extends('panel.layout.master',['title' => __('panel.instructors'),'is_active'=>'instructors']) @section('subheader')
@lang('panel.instructors')
@endsection @section('content') @php $item = isset($item) ? $item: null; @endphp
@csrf @if(isset($item)) @method('PUT') @endif
@endsection @push('panel_js') @endpush