Managed by {{ $case->lawyer->name }} | ID: {{ $case->id }}
Court Session
@if ($case->court_date){{ $case->court_date->format('M d, Y') }} at {{ $case->court_date->format('H:i') }}
{{ $case->court_name ?? 'Court Not Assigned' }}
@elseNot Scheduled
@endifMatter
{{ $case->title }}
{{ $case->description ?? 'No details provided.' }}
Automated legal strategy based on facts.
Click generate to analyze case facts & witnesses.
{{ $rec->title }}
{{ $rec->created_at->diffForHumans() }} • {{ $rec->user->name }}
No voice notes recorded yet.
@endif{{ $item->description }}
Evidence locker is empty.
No activity logged yet.
Presiding Judge
{{ $case->judge_name ?? 'Not Assigned' }}
Opposing Counsel
{{ $case->opposing_counsel ?? 'N/A' }}
Police Station
{{ $case->police_station ?? 'N/A' }}
OB Number
{{ $case->police_ob_number ?? 'N/A' }}
{{ $witness->name }}
{{ $witness->type }} @if ($witness->statement)"{{ Str::limit($witness->statement, 50) }}"
@endifNo witnesses added.
| Invoice # | Date | Amount | Status | Action |
|---|---|---|---|---|
| {{ $inv->invoice_number }} @if($inv->user_id === auth()->id()) (You) @endif | {{ $inv->created_at->format('M d, Y') }} | KES {{ number_format($inv->total_amount) }} |
@if ($inv->status === 'paid')
Paid
@elseif ($inv->status === 'pending_approval')
Pending Approval
@elseif ($inv->status === 'draft')
Rejected
@if($inv->rejection_reason)
"{{ $inv->rejection_reason }}"
@endif
@else
{{ ucfirst($inv->status) }}
@endif
|
No invoices generated for this case yet.