@yield('meta') {{ $web->title }} @hasSection('title') | @endif @yield('title') @vite(['resources/css/app.css', 'resources/js/app-landing.js']) @stack('style')
@section('header') @include('landing.header') @show @yield('content') @include('landing.footer')
@routes @stack('script')