@extends('front.layouts.frontlayout') @section('head') {!! HTML::style("assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css") !!} {!! HTML::style("assets/global/css/components.css") !!} {!! HTML::style("assets/global/css/plugins.css") !!} {!! HTML::style("assets/global/plugins/datatables/plugins/bootstrap/dataTables.bootstrap.css") !!} {!! HTML::style("https://gitcdn.github.io/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css") !!} @stop @section('mainarea')
{{ csrf_field() }}
@if ($message = Session::get('success'))
{{ $message }}
@endif

Mark Today Attendance

Date: {{Carbon\Carbon::now()->format('d-M-Y')}}


@stop @section('footerjs') {!! HTML::script("https://gitcdn.github.io/bootstrap-toggle/2.2.2/js/bootstrap-toggle.min.js") !!} {!! HTML::script("assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js") !!} {!! HTML::script("assets/global/plugins/datatables/media/js/jquery.dataTables.min.js") !!} {!! HTML::script("assets/global/plugins/datatables/plugins/bootstrap/dataTables.bootstrap.js") !!} @stop