@php $embedded = $embedded ?? false; $documentCopyLabel = $documentCopyLabel ?? ($documentCopies['original'] ?? 'Original Copy'); $closeUrl = $closeUrl ?? route('admin.debit-notes.index', request()->except('debit_note')); $debitNoteTitle = $debitNoteTitle ?? \App\Helpers\DebitNoteDocumentSettings::title($company->id ?? null); @endphp
@if(! $embedded) @endif New
Edit PDF Print Copy
Live preview

Document copy

Label shown on the debit note and included in the PDF download.

Use Print (not the browser Ctrl+P) for a clean PDF-style printout.

Preview zoom

Page size

@include('admin.debit-notes.partials._document', [ 'debitNoteTitle' => $debitNoteTitle, 'documentCopyLabel' => $documentCopyLabel, 'layout' => 'a4', 'logoSrc' => $logoSrc ?? \App\Helpers\CompanyMedia::imageSource($company->logo_path ?? null), 'signatureSrc' => $signatureSrc ?? \App\Helpers\CompanyMedia::imageSource($company->signature_image_path ?? null), ])
@include('admin.debit-notes.partials.share-link-modal')