{{-- App Logo from Settings --}} @php // Use base64 for PDF compatibility $logoBase64 = \App\Models\Setting::getLogoBase64(); $logoUrl = $logoBase64 ?: \App\Models\Setting::getLogoUrl(); @endphp