@extends('admin.layouts.master') @section('title','All Instructor') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Instructors') }} @endslot @slot('menu1') {{ __('Instructors') }} @endslot @slot('button')
@can('Allinstructor.delete') @endcan @can('Allinstructor.create') {{ __('Add Instructor') }} @endcan
@endslot @endcomponent
{{ __('All Instructors') }}
# {{ __('Image') }} {{ __('Users') }} {{ __('Login As User') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('script') @endsection