@include('partials.metas') {{-- test --}} @vite(['resources/css/app.css', 'resources/js/app.js']) {{-- produccion --}} {{-- @php $cwd = getcwd(); $cssName = basename(glob($cwd . '/build/assets/*.css')[0], '.css'); $jsName = basename(glob($cwd . '/build/assets/*.js')[0], '.js'); $css = asset('build/assets/' . $cssName . '.css'); $js = asset('build/assets/' . $jsName . '.js'); @endphp --}} {{-- Agrega aquí tus estilos comunes --}} @livewireStyles @stack('css') @stack('js')
@include('partials.alerts') @include('partials.nav')