Daily Cause List

{{ $date->toFormattedDateString() }} ยท {{ $firm->name ?? 'BAMS Legal' }}
@forelse ($byCourt as $court => $hearings)

{{ $court }}

@foreach ($hearings as $h) @endforeach
Time Matter Title Type Appearing
{{ $h->hearing_time ?? 'โ€”' }} {{ $h->matter->matter_number }} {{ $h->matter->title }} {{ $h->type->label() }} @forelse ($h->attendances as $a) {{ $a->user->name ?? 'โ€”' }} ({{ $a->role->label() }})@if (! $loop->last)
@endif @empty Unassigned @endforelse
@empty

No hearings scheduled for this day.

@endforelse
Generated {{ now()->format('d M Y, H:i') }}. Internal working document.