{{-- App Logo from Settings --}} @php // Use base64 for PDF compatibility $logoBase64 = \App\Models\Setting::getLogoBase64(); $logoUrl = $logoBase64 ?: \App\Models\Setting::getLogoUrl(); @endphp
@if($logoUrl) {{ \App\Models\Setting::getAppName() }} @else {{-- Fallback SVG Logo --}}
{{ __('water_quality.logo.title') }}
{{ __('water_quality.logo.subtitle') }}
@endif