@extends('layouts.app') @section('dashboard-title')
| Report Name | Type | Category | Date | Actions |
|---|---|---|---|---|
| {{ $report->name }} | {{ $report->type }} | {{ $report->category }} | {{ $report->date ? \Carbon\Carbon::parse($report->date)->format('M, Y') : '-' }} | Download |
| No reports found | ||||