{{ $invoice->client->name }}
@if($invoice->client->company_name){{ $invoice->client->company_name }}
@endif{{ $invoice->client->phone }}
@if($invoice->client->address){{ $invoice->client->address }}
@endif{{ $invoice->project->name }}
{{ $invoice->project->code }}
| # | Description | Qty | Rate | Amount |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->description }} | {{ $item->quantity }} | ৳{{ number_format($item->unit_rate, 2) }} | ৳{{ number_format($item->total, 2) }} |
{{ $invoice->notes }}