| Bill to |
|
@if($invoice->customer)
{{ $invoice->customer->name }}
@if($invoice->customer->email)
{{ $invoice->customer->email }}@if($invoice->customer->phone || $invoice->customer->address), @endif
@endif
@if($invoice->customer->phone)
{{ $invoice->customer->phone }}@if($invoice->customer->address), @endif
@endif
@if($invoice->customer->address){{ $invoice->customer->address }}@endif
@else
—
@endif
|
|
| Invoice Number |
|
{{ $invoice->invoice_number ?? '—' }}
Issue: {{ $issueDate->format('M d, Y') }}
Due: {{ $dueDate->format('M d, Y') }}
|
|