@extends('layouts.app') @section('title', 'Student – ' . $student->name) @section('content') @php $profile = $student->studentProfile; $assigned = $assignedSemesterIds->flip(); @endphp Back to Find Student {{-- ── Identity ───────────────────────────────────────────────────────── --}}
| Semester | Status | Action |
|---|---|---|
| {{ $sem->name }} | @if($reportStatus->has($sem->id)) Submitted @else Pending @endif | {{ $reportStatus->has($sem->id) ? 'Edit' : 'Write' }} @if($reportStatus->has($sem->id)) @endif |