@extends('layouts.dashboard') @section('content')
# | Report for Month | Details | Added By | Added On | Actions |
---|---|---|---|---|---|
{{ $index + 1 }} | {{ \Carbon\Carbon::parse($report->report_for_month)->format('d M Y') }} | {{ $report->details }} | {{ $report->addedBy->name ?? '-' }} | {{ $report->created_at->format('d M Y') }} | |
No reports found. |