@php // Logo URL - use CDN or local path $logoUrl = config('branding.logo_url', 'https://ccx.sgp1.cdn.digitaloceanspaces.com/mamadil/app/Mamadil-Logo-Primary-02.png'); $hasLogo = !empty($logoUrl); @endphp @if($hasLogo) @endif
@yield('content')