orderBy('date', 'desc') ->get(); return Inertia::render('Home', [ 'docketEntries' => $docketEntries, 'caseInfo' => [ 'title' => 'Elizabeth Kragh v. Montana Association of the Deaf', 'status' => 'Active Litigation', 'lastUpdated' => $docketEntries->first()?->date?->format('F j, Y') ?? 'No entries yet', ], ]); } }