@lang('academics.student_name') | @lang('common.action') |
---|---|
{{ $course_student->student->full_name }} |
|
@lang('hr.slot_day') | @lang('hr.slot_start') | @lang('hr.slot_end') | @lang('hr.date') | @lang('hr.staff_name') |
---|---|---|---|---|
{{ $row['slot_day'] }} | {{ formatTime($row['slot_start']) }} | {{ formatTime($row['slot_end']) }} | {{ $row['date'] }} | |
@lang('common.no_data_available') |