@includeIf('pdf::Layouts.shortcode.header')

{{ $title }}

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