{{-- Standalone print document. Wraps whichever paper layout was asked for in a bare HTML page with the right @page size, then triggers the browser print dialog. The layouts themselves are shared with the Master Control live preview, so what a landlord approves is what comes out of the printer. --}} @php $isThermal = $paper === 'thermal80'; $layout = $isThermal ? 'invoices.print.thermal80' : 'invoices.print.a4'; @endphp