@extends('layouts.app') @section('page-title', __('Back to Office Reports')) @section('page-heading', __('Back to Office Reports')) @section('content')
| Project Name | County | Reported By | Status | Files | Date Created | Actions |
|---|---|---|---|---|---|---|
| {{ Str::limit($report->project_name, 40) }} | {{ $report->county->name ?? 'N/A' }} |
{{ $report->creator->name }}
{{ $report->creator->role->display_name ?? 'N/A' }} |
{{ ucfirst($report->status) }} | {{ $report->attachments_count }} | {{ $report->created_at->format('M d, Y H:i') }} | |
|
No reports found @if(request()->hasAny(['search', 'county', 'status'])) @endif |
||||||