@php $headerImage = $headerImage ?? 'assets/images/print-header-logo.jpeg'; $logoPath = str_starts_with($headerImage, DIRECTORY_SEPARATOR) ? $headerImage : public_path(ltrim($headerImage, '/')); $logoBase64 = null; if (is_file($logoPath)) { $mime = mime_content_type($logoPath) ?: 'image/jpeg'; $logoBase64 = 'data:'.$mime.';base64,'.base64_encode(file_get_contents($logoPath)); } if (config('custom.hide_pdf_header')) { $logoBase64 = null; } @endphp @include('pdf.partials.almarai-font') @if($standaloneHeader ?? false) @endif
@if($logoBase64) print-header-logo @else
بلدية البريج
@endif @if($showHeaderDate ?? true)
{{ now()->toDateString() }} - {{ now()->format('H:i:s') }}
@endif