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

@lang('messages.student_check_in_Check_out_sheet_on') {{ $cls_chk_date }}

@if($class_id == 'All')

Classes: ALL

@else