@extends('layouts.master') @section('title', 'Court Filings Report - Prolex Law Firm') @section('content')
View and filter court filing records
| Filing Date | Case ID | Lawyer | Court Area | Court Type | Judge | Filing Type | Status |
|---|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($filing->filing_date)->format('M d, Y') }} | {{ $filing->case->case_id ?? 'N/A' }} | {{ $filing->lawyer->name ?? 'N/A' }} | {{ $filing->courtArea->name ?? 'N/A' }} | {{ $filing->courtType->name ?? 'N/A' }} | {{ $filing->judge->name ?? 'N/A' }} | {{ $filing->filing_type ?? 'N/A' }} | {{ ucfirst($filing->status ?? 'N/A') }} |
No court filings match your selected criteria. Try adjusting your filters.
Please select date range to generate the court filings report.