# | Title | Month | Status | Date Requested | Date Approved | Date Declined | Actions |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $request['title'] }} | {{ \Carbon\Carbon::createFromFormat('m', $request['month'])->format('F Y') }} | {{ $request['statusText'] }} | {{ $request['formattedDate'] }} | {{ $request['date_approved'] ?? '—' }} | {{ $request['date_declined'] ?? '—' }} |
|
Nothing to see here. |