@php $manifestPath = '/home/crmexplorestr/public_html/build/manifest.json'; if (file_exists($manifestPath)) { $manifest = json_decode(file_get_contents($manifestPath), true); $cssFile = $manifest['resources/css/app.css']['file']; $jsFile = $manifest['resources/js/app.js']['file']; } @endphp @if(isset($manifest)) @endif @include('components.menu.sidebar')
{{ $slot }}
@if(isset($manifest)) @endif @stack('scripts')