@if ($faviconUrl = \App\Models\Setting::faviconUrl())
@endif
@stack('styles')
@yield('content')
@hasSection('hide_footer')
@else
@endif
@php
$whatsappUrl = \App\Models\Setting::whatsappUrl($site['whatsapp_greeting'] ?? null);
@endphp
@if ($whatsappUrl)
{{ $site['whatsapp_button_label'] }}
@endif
@stack('scripts')