@extends('layouts.app') @section('page-title', __('Field Reports')) @section('page-heading', __('Field Reports')) @section('content')
| Title | County | Created By | Status | Files | Date Created | Actions |
|---|---|---|---|---|---|---|
| {{ Str::limit($report->title, 40) }} | {{ $report->county->name }} |
{{ $report->creator->name }}
{{ $report->creator->role->display_name }} |
{{ 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 |
||||||