@extends('layouts.app') @section('title', 'Month Dashboard | PairingPal') @section('content')

Month Dashboard

Upload Document
@forelse ($monthPackages as $monthPackage) @empty @endforelse
Name Month Affixed Date Document Owner
{{ $monthPackage->name }} {{ $monthPackage->month_label?->label() }} {{ $monthPackage->affixed_at?->format('Y-m-d') }} @if ($monthPackage->document_path) {{ $monthPackage->document_name }} @else — @endif {{ $monthPackage->user?->username ?? '—' }} View
No dashboard items yet.
{{ $monthPackages->links() }}
@endsection