@extends('layouts.admin') @section('styles') @endsection @section('content')

Instructor

people Instructor Listing

@if (per_hasModuleAccess('Instructor', 'Edit') || per_hasModuleAccess('Instructor', 'Delete')) @endif @if (per_hasModuleAccess('Instructor', 'Add'))    Create Instructor @endif
 
Instructor Image Instructor Name Course Instructor Designation Status Actions
@endsection @section('scripts') @endsection