@php $data = []; $data['title'] = "Syllabus"; @endphp @include('student.components.header_link', $data);
| Sr.No | Title | Description | Course | Download Assignment's | Assign Date | Submit Date | Submit |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->assign_title }} | {{ $item->description }} | {{ $item->course->name ?? 'N/A' }} | @if($item->file) Download @else No file @endif | {{ \Carbon\Carbon::parse($item->assign_date)->format('d-m-Y') }} | {{ \Carbon\Carbon::parse($item->submit_date)->format('d-m-Y') }} | @if ($item->submissionByStudent) View Submission @else @endif |
| No assignments found. | |||||||