@extends('layouts.app') @section('title', 'Report Logs - Student') @section('content')
Submit and track your FYP report progress
{{ $info->description }}
Posted {{ $info->created_at->format('d M Y, h:i A') }}| # | Title | Description | Attachment |
|---|---|---|---|
| {{ $i + 1 }} | {{ Str::replace('[TEMPLATE] ', '', $tpl->title) }} | {{ Str::limit($tpl->description, 80) }} | @if($tpl->attachments->count() > 0) @foreach($tpl->attachments as $att) Download @endforeach @else - @endif |
| No | Title | Comment | Status | Your Attachment | Supervisor File |
|---|---|---|---|---|---|
| {{ $reports->firstItem() + $i }} | {{ $report->title }} | @if($report->supervisor_comment) {{ $report->supervisor_comment }} @else - @endif | {{ $report->status }} | Download | @if($report->supervisor_file_path) Download @else - @endif |
| No reports submitted yet. | |||||