{{ $company->tagline ?? 'Your professional business partner' }}
@elseInvoice No: {{ $record->invoice_number }}
Issue Date: {{ $record->issue_date->format('Y-m-d') }}
Due Date: {{ $record->due_date->format('Y-m-d') }}
{{ $company->name }}
{{ $company->address_line_1 ?? '' }}
@if ($company->address_line_2){{ $company->address_line_2 }}
@endif{{ $company->city ?? '' }}@if ($company->city && $company->postal_code), @endif{{ $company->postal_code ?? '' }}
Email: {{ $company->email ?? 'N/A' }}
Phone: {{ $company->phone ?? 'N/A' }}
@if ($company->tax_id)Tax ID: {{ $company->tax_id }}
@endif @else[ERROR] Company Details Missing
@endisset{{ $record->client->name }}
Email: {{ $record->client->email }}
{{ $record->client->address ?? 'N/A' }}
| Description | Quantity | Unit Price | Total |
|---|---|---|---|
| {{ $item->description }} | {{ $item->quantity }} | ${{ number_format($item->amount, 2) }} | ${{ number_format($item->quantity * $item->amount, 2) }} |
{{ $record->notes }}