@include('attendance.includes.buttons')
@if (isset($data['student']) && $data['student']->count() > 0)
@include('print.includes.institution-detail')
@include($view_path.'.includes.buttons')
@include('includes.flash_messages')
@include($view_path.'.includes.search_form')
{{----}}
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