@extends('layouts/ums_layout') @section('title', '| New Course Entry') {{-- --}} @section('content')
Add Student Advisor
{!! Form::open(array('url' => '', 'id' => 'studentAdvisorForm', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!}
{!! Form::label('employeeId', 'Assign Teacher:', ['class' => 'col-sm-3 control-label']) !!}

{!! Form::label('employeeId', 'Select program', ['class' => 'col-sm-3 control-label']) !!}

{!! Form::label('submit', ' ', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::button('Save', ['id' => 'add', 'class' => 'btn btn-info']) !!} {{ Form::reset('Reset', ['class' => 'btn btn-warning']) }} Close
{!! Form::close() !!}
#SL Trimester Name Program Name Advisor Advisor Advisor Advisor Action

@endsection