@extends('../layout/' . $layout) @section('subhead')
![]() |
Timesheet |
|
Date of Update |
{{ date('D M-d-y') }} |
No | Name | Fathername | Courses |
---|---|---|---|
{{ ++$loop->index}} | {{ $row->name }} | {{ $row->fname }} | {{-- @if(count($courses) > 0) --}} @foreach ($courses as $data ) [ {{ $data->title }} ( {{ $data->time_start }} - {{ $data->time_end }}) ] - @endforeach {{-- @endif --}} |
Total of Student Morning Section | {{ $totalMorning }} |
Total of Student Afternoon Section | {{ $totalAfternoon }} |