@extends('backend.layouts.app') @section('content') @if(Session::has('message'))
{{ Session::get('message')}}
@endif @if(Session::has('error_message'))
{{ Session::get('error_message')}}
@endif @if (count($errors) > 0)
@endif {!! Html::script('expand_theme/js/jquery.validate.min.js') !!}

INSTRUCTORS

@foreach ($instructors as $instructor)
Name Email Status Action
{{ $instructor->instructor_fname }} {{ $instructor->instructor_lname }} {{ $cls_data }}