@props([ 'hideUtilityDock' => false, 'hideToolsDock' => false, 'hideFloatingActions' => false, ]) @php $metaTitle = isset($title) ? $title.', Money-Wise' : 'Money-Wise, The smarter way to build wealth across Africa'; $metaDesc = $description ?? 'Judgement-free financial tools, learning and coaching. Take control of your money, get out of debt and build wealth that lasts, the Money-Wise way.'; $metaImage = ($ogImage ?? null) ?: asset('images/stock/hero-confidence.jpg'); $metaUrl = url()->current(); @endphp {{ $metaTitle }} {{-- Open Graph / social sharing --}} @vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles
{{ $slot }}
@unless ($hideUtilityDock || $hideToolsDock) @endunless @unless ($hideUtilityDock || $hideFloatingActions) @endunless @livewireScripts @stack('scripts')