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

{{ $title }}

@if(AdminBaseDashboard::logo())
{{ AdminBaseDashboard::logo() }}
@endif
@includeIf('pdf::Layouts.shortcode.company_details')
@includeIf('pdf::Layouts.partial.docket.docket_info')
@includeIf('pdf::Layouts.partial.docket.address')
@includeIf('pdf::Layouts.partial.docket.items')

{!! $docket->comment !!}

@includeIf('pdf::Layouts.partial.docket.payment_summary')
@if($title != "Delivery Order")
@includeIf('pdf::Layouts.partial.docket.policy')
@endif