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

{{ $monthPackage->name }}

Edit
@csrf @method('DELETE')
Month
{{ $monthPackage->month_label?->label() }}
Affixed Date
{{ $monthPackage->affixed_at?->format('Y-m-d') }}
Owner
{{ $monthPackage->user?->username }}
Document
@if($monthPackage->document_path){{ $monthPackage->document_name }}@endif
Notes
{{ $monthPackage->notes ?: '—' }}
@endsection