@include('invoices.templates.partials._pdf-head-compact')
@if(!empty($showWatermark)) @endif @include('invoices.templates.partials._pdf-items-totals-footer', [ 'thBg' => '#ffffff', 'thText' => '#111827', 'thBorderBottom' => '#e5e7eb', 'accent' => '#137fec', 'paymentBg' => '#eff6ff', 'paymentBorder' => '#bfdbfe', 'paymentTitle' => '#1d4ed8', 'paymentText' => '#1e3a8a', ])
UNLICENSED COPY
@if($logoDataUri) @endif
{{ $companySettings->company_name ?? config('app.name') }}
INVOICE
Invoice number
{{ $invoice->invoice_number ?? '—' }}
Issue date
{{ $issueDate->format('M d, Y') }}
Due date
{{ $dueDate->format('M d, Y') }}
@if($invoice->status ?? null)
Status
{{ ucfirst((string) $invoice->status) }}
@endif
@if($invoice->customer) @endif
Bill to
{{ $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
Company
@if($companySettings->company_name){{ $companySettings->company_name }}@endif @if($companySettings->company_address)@if($companySettings->company_name), @endif{{ $companySettings->company_address }}@endif @if($companySettings->company_phone)@if($companySettings->company_name || $companySettings->company_address), @endif{{ $companySettings->company_phone }}@endif @if($companySettings->company_email)@if($companySettings->company_name || $companySettings->company_address || $companySettings->company_phone), @endif{{ $companySettings->company_email }}@endif