@include('invoices.templates.partials._pdf-head-compact')
@if(!empty($showWatermark)) @endif @include('invoices.templates.partials._pdf-bill-to', ['billLabelColor' => '#137fec']) @include('invoices.templates.partials._pdf-items-totals-footer', [ 'thBg' => '#137fec', 'thText' => '#ffffff', 'thBorderBottom' => '#0d5aa7', 'accent' => '#137fec', 'paymentBg' => '#eff6ff', 'paymentBorder' => '#bfdbfe', 'paymentTitle' => '#1d4ed8', 'paymentText' => '#1e3a8a', ])
UNLICENSED COPY
@if($logoDataUri) @endif
{{ $companySettings->company_name ?? config('app.name') }}
@if($companySettings->company_address ?? null){{ $companySettings->company_address }}@endif @php $cityLine = trim(implode(', ', array_filter([ $companySettings->company_city ?? '', $companySettings->company_state ?? '', $companySettings->company_zip ?? '', ]))); @endphp @if($cityLine !== '')@if($companySettings->company_address ?? null), @endif{{ $cityLine }}@endif @if($companySettings->company_phone ?? null)@if(($companySettings->company_address ?? null) || $cityLine !== ''), @endif{{ $companySettings->company_phone }}@endif @if($companySettings->company_email ?? null)@if(($companySettings->company_address ?? null) || $cityLine !== '' || ($companySettings->company_phone ?? null)), @endif{{ $companySettings->company_email }}@endif
INVOICE
@if($invoice->status ?? null) @endif
Invoice # {{ $invoice->invoice_number ?? '—' }}
Issue {{ $issueDate->format('M d, Y') }}
Due {{ $dueDate->format('M d, Y') }}
Status {{ ucfirst((string) $invoice->status) }}