@extends('layouts.division') @section('title', 'My Submissions') @section('content')
Track the status of all your file submissions
| Title | Type | Period | Status | |
|---|---|---|---|---|
| {{ $s->title }} | {{ $s->type->name ?? 'General' }} | {{ $s->period ?? '—' }} | @if($s->status === 'pending') Pending @elseif($s->status === 'verified') Verified @else Rejected @endif | View → |
| No submissions found. | ||||