@php $embedded = $embedded ?? false; $documentCopyLabel = $documentCopyLabel ?? ($documentCopies['original'] ?? 'Original Copy'); $closeUrl = $closeUrl ?? route('admin.quotations.index', request()->except('quotation')); $quotationTitle = $quotationTitle ?? \App\Helpers\QuotationDocumentSettings::titleForType($quotation->type, $company->id ?? null); @endphp
@if(! $embedded) @endif
Edit PDF Print Copy
Live preview

Document copy

Label shown on quotation 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.quotations.partials._document', [ 'quotationTitle' => $quotationTitle, '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.quotations.partials.share-link-modal')