@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['attendance_master']) && $data['attendance_master']->count() > 0) @php($i=1) @foreach($data['attendance_master'] as $attendance_master) @php($i++) @endforeach @else @endif
S.N. Year Month Day in Month Holiday Open Day Status
{{ $i }} {{ ViewHelper::getYearById($attendance_master->year) }} {{ ViewHelper::getMonthById($attendance_master->month) }} {{ $attendance_master->day_in_month }} {{ $attendance_master->holiday }} {{ $attendance_master->open }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}