{{ __('Client Portal') }}

Welcome back, {{ Auth::user()->name }}

Here is the current status of your legal matters.

{{ $cases->count() }} Active Cases
{{ $cases->where('status', 'closed')->count() }} Resolved
@if($pendingInvoices->count() > 0)

Action Required: Pending Payments

@foreach($pendingInvoices as $invoice)

Invoice #{{ $invoice->invoice_number }}

KES {{ number_format($invoice->total_amount) }}

Due: {{ $invoice->due_date->format('d M Y') }}

Pay Now
@endforeach
@endif

My Legal Cases

@forelse($cases as $case)
{{ ucfirst($case->status) }} {{ $case->case_number }}

{{ $case->title }}

{{ $case->description }}

Opened: {{ $case->created_at->format('M d, Y') }}
@if($case->court_date)
Hearing: {{ $case->court_date->format('M d @ H:i') }}
@endif
@empty

No active cases found.

@endforelse
@if($nextHearing)

Upcoming Hearing

{{ $nextHearing->court_date->format('M') }} {{ $nextHearing->court_date->format('d') }}

{{ $nextHearing->title }}

{{ $nextHearing->court_date->format('H:i A') }}

@endif

Need Assistance?

Contact our office directly regarding your active matters.

  • +254 700 000 000
  • support@lawfirm.com