@include('invoices.templates.partials._pdf-head-compact')
@if(!empty($showWatermark)) @endif @include('invoices.templates.partials._pdf-items-totals-footer', [ 'thBg' => '#f0f7ff', 'thText' => '#111827', 'thBorderBottom' => '#dbeafe', 'accent' => '#137fec', 'totalsStyle' => 'bluebox', 'paymentBg' => '#eff6ff', 'paymentBorder' => '#bfdbfe', 'paymentTitle' => '#1d4ed8', 'paymentText' => '#1e3a8a', ])
UNLICENSED COPY
@if($logoDataUri) @endif
{{ $companySettings->company_name ?? config('app.name') }}
@if($companySettings->company_address){{ $companySettings->company_address }}@endif @if($companySettings->company_phone)@if($companySettings->company_address) — @endif{{ $companySettings->company_phone }}@endif @if($companySettings->company_email)@if($companySettings->company_address || $companySettings->company_phone) — @endif{{ $companySettings->company_email }}@endif
Invoice Details
Status: {{ ucfirst($invoice->status ?? 'Draft') }}
Currency: {{ $invoice->currency ?? 'USD' }}
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') }}