@extends('admin.adminlayouts.adminlayout') @section('head') {!! HTML::style("assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css") !!} {!! HTML::style("assets/global/plugins/select2/select2.css") !!} {!! HTML::style("assets/global/plugins/jquery-multi-select/css/multi-select.css") !!} {!! HTML::style("assets/global/plugins/fullcalendar/fullcalendar.min.css") !!} @stop @section('mainarea')

{{$pageTitle}}

{{--INLCUDE ERROR MESSAGE BOX--}} @include('admin.common.error') {{--END ERROR MESSAGE BOX--}}
{{$employee->fullName}}

Select

{!! Form::select('employeeID', $employeeslist,$employee->employeeID,['class' => 'form-control input-large select2me','data-placeholder'=>'Select Employee...','onchange'=>'redirect_to()','id'=>'changeEmployee']) !!}

Attendance
NA
Attendance %
NA
@stop @section('footerjs') {!! HTML::script("assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js") !!} {!! HTML::script("assets/global/plugins/bootstrap-select/bootstrap-select.min.js") !!} {!! HTML::script("assets/global/plugins/select2/select2.min.js") !!} {!! HTML::script("assets/global/plugins/jquery-multi-select/js/jquery.multi-select.js") !!} {!! HTML::script("assets/admin/pages/scripts/components-dropdowns.js") !!} {!! HTML::script('assets/admin/pages/scripts/ui-blockui.js') !!} {!! HTML::script("assets/global/plugins/moment.min.js") !!} {!! HTML::script("assets/global/plugins/fullcalendar/fullcalendar.min.js") !!} @stop