@extends('layouts.scaffold')
@section('title')
Report By Batch|Golars Networks
@stop
@section('main')
{{ Form::open(array('id' => 'classcreate')) }}
-
{{ Form::label('select_batch', 'Select Batch:') }}
{{ Form::select('select_batch', $batchs, '', array("id" => "batch_reportsFilter") )}}
{{ Form::close() }}
Export
| Class description |
Attendance Date |
Number of students |
Attended |
Not Attended |
Not Available |
@if ($scripts = 'js/attendancereports/batch_attendancereports.js') @endif
@stop