@props([
'title' => '',
'orientation' => 'portrait',
'fontSize' => '12px',
'lineHeight' => '1.5',
'textColor' => '#111827',
'bodyMargin' => '16px',
'printConfiguration' => [],
])
{{ $title }}
@include('pdf.partials.almarai-font')
{{ $styles ?? '' }}
@if(($printConfiguration['header_mode'] ?? 'every_page') === 'first_page')
@endif
{{ $slot }}
{{ $scripts ?? '' }}