Invoice #: {{ $invoice->invoice_number }}

Date: {{ $invoice->created_at->format('d M Y') }}

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

Bill To:
{{ $invoice->legalCase->client->name }}
{{ $invoice->legalCase->client->email }}
{{ $invoice->legalCase->client->phone }}
@foreach($invoice->items as $item) @endforeach
Description Amount (KES)
{{ $item->description }} {{ number_format($item->amount, 2) }}
Total: KES {{ number_format($invoice->total_amount, 2) }}

Please pay via M-Pesa Paybill: 888888 (Account: {{ $invoice->invoice_number }})