@props([ 'contents' => [ 'hero' => true, 'offer' => false, 'about' => true, 'banner' => false, 'category' => true, ], ]) FUNDABOM - Fundação de Apoio ao Corpo de Bombeiros do Estado de São Paulo @vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles
@if($contents['hero']) @livewire('home.hero-section') @endif
@if($contents['about']) @endif @if($contents['offer']) @endif @if($contents['banner']) @endif @if($contents['category']) @endif