@extends('admin.layouts.header') @section('dashboard')
Full Name | Course | Total Attendance |
---|---|---|
{{ $student->fullname }} | {{ optional($courses->where('id', $student->course_id)->first())->course }} | {{ $student->total_attendance }} |
Full Name | Course | Total Attendance |
---|---|---|
{{ $faculty->fullname }} | {{ optional($courses->where('id', $faculty->course_id)->first())->course }} | {{ $faculty->total_attendance }} |
Full Name | Programs | Total Attendance |
---|---|---|
{{ $graduate->fullname }} | {{ optional($graduate_program->where('id', $graduate->graduateProgram_id)->first())->description }} | {{ $graduate->total_attendance }} |
Full Name | Course |
---|---|
{{ $student->fullname }} | {{ optional($courses->where('id', $student->course_id)->first())->course }} |
Full Name | Course |
---|---|
{{ $faculty->fullname }} | {{ optional($courses->where('id', $faculty->course_id)->first())->course }} |
Full Name | Course |
---|---|
{{ $graduate->fullname }} | {{ optional($graduate_program->where('id', $graduate->graduateProgram_id)->first())->description }} |