@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles')
The LaLiT
@hasSection('hero') @yield('hero') @endif @hasSection('page_title')

@yield('page_title')

@endif
@yield('content')
@stack('scripts')