@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')
{{ __('Delete Selected') }}
@endcan @can('Allinstructor.create')
{{ __('Add Instructor') }}
@endcan
@endslot @endcomponent
{{ __('All Instructors') }}
×
{{ __('Are You Sure') }} ?
{{ __('Do you really want to delete selected item names here? This process cannot be undone') }}.
#
{{ __('Profile Picture') }}
{{ __('Instructor Details') }}
{{ __('Login As Instructor') }}
{{ __('Status') }}
{{ __('Action') }}
@endsection @section('script') @endsection