Student Status | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
{{ $student_count->status == 'active'?"Active":"In Active" }} | {{ $student_count->total }} | |||||||||
Total Student: | {{ $data['academic_status_count']->sum('total') }} | |||||||||
No data found. |
Academic Status | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
{{ ViewHelper::getAcademicStatus($student_count->academic_status) }} | {{ $student_count->total }} | |||||||||
Total Student: | {{ $data['academic_status_count']->sum('total') }} | |||||||||
No data found. |
Staff Status | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
{{ $staff_count->status == 'active'?"Active":"In Active" }} | {{ $staff_count->total }} | |||||||||
Total Staff: | {{ $data['staff_status']->sum('total') }} | |||||||||
No data found. |
Book Status | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
{{ ViewHelper::getBookStatusById($book_count->book_status) }} | {{ $book_count->total }} | |||||||||
Total Book: | {{ $data['books_status']->sum('total') }} | |||||||||
No data found. |