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

Edit Instructor - {{ $instructors->instructor_fname }} {{ $instructors->instructor_lname }}

{{ $instructors->instructor_fname }}

{{ $instructors->instructor_lname }}

{{ $instructors->initials }}

{{ $instructors->instructor_email }}

{{ $instructors->phone1 }}

{{ $instructors->phone2 }}

{{ $instructors->phone3 }}

{{ $instructors->department }}

Edit Instructor - {{ $instructors->instructor_fname }} {{ $instructors->instructor_lname }}

{!! Form::open(array('url' => 'admin/instructors/update', 'class' => 'form-horizontal edit_form', 'files' => true )) !!}
Cancel
{!! Form::close() !!}
@stop