@include('layouts.includes.template_setting')
@include('attendance.includes.buttons')
@include($view_path.'.includes.buttons') @include('includes.flash_messages')
@include($view_path.'.includes.search_form') {{--
--}}
@if (isset($data['student']) && $data['student']->count() > 0) @include('print.includes.institution-detail')
STUDENT ATTENDANCE REPORT

@if($data['tag'] == 'date-status') @include($view_path.'.includes.table-date-status') @else @include($view_path.'.includes.table') {{--@include($view_path.'.includes.table-total')--}} @endif @endif