@includeIf('pdf::Layouts.shortcode.header')
{{-- @if(invoice_feature() && invoice_feature()->show_copy_on_reprinted && invoice_feature()->show_copy_on_reprinted == 1--}} {{-- && date('Y-m-d') > $invoice->created_at && $title == 'Receipt' ||--}} {{-- invoice_feature() && invoice_feature()->show_copy_on_reprinted &&--}} {{-- invoice_feature()->show_copy_on_reprinted == 1 && date('Y-m-d') > $invoice->created_at && $title == "Invoice")--}} {{--

Copy

--}} {{-- @endif--}}

{{ $title }}

@if(AdminBaseDashboard::logo())
{{ AdminBaseDashboard::logo() }}
@endif
@includeIf('pdf::Layouts.partial.invoice.shortcode.invoice_info')
@includeIf('pdf::Layouts.shortcode.company_details_parallel')
@if($invoice->heap) @includeIf("pdf::Layouts.partial.invoice.heap") @endif
@if(invoice_feature() && invoice_feature()->hide_addresses != 1)
@includeIf('pdf::Layouts.partial.invoice.address')
@endif
@includeIf('pdf::Layouts.partial.invoice.items')

{!! $invoice->comment !!}

@includeIf('pdf::Layouts.partial.invoice.shortcode.payment_summary')