@if (count($report_data) == 1) @endif

Faizur Rahman Ideal Institute

Student Attendance Report
{{ $report_data[array_keys($report_data)[0]]['attendance']->institute_shift_version->branch->school_branch_name }}
{{ $report_data[array_keys($report_data)[0]]['attendance']->institute_shift_version->version->school_version_name }}
 
@if (count($report_data) > 0) @endif
Teacher : {{ $report_data[array_keys($report_data)[0]]['attendance']->teacher_name }}
@if (count($report_data) > 1) @endif @if (count($report_data) == 1) @endif @forelse ($report_data as $row) @if (count($report_data) > 1) @endif @if (count($report_data) == 1) @endif @empty @endforelse
DateBranchSubject ClassGroupSection Submitted Present Absent
{{ $date }}{{ $row['attendance']->institute_shift_version->branch->school_branch_name }}{{ $row['attendance']->subject_name }} {{ $row['attendance']->class_info->ClassName }}{{ $row['attendance']->group->GroupName }}{{ $row['attendance']->section->SectionName }} {{ $time }} {{ $row['present_count'] }} {{ $row['absent_count'] }}
No Data Found
 
Powered by: EDU PLUS