@php $manifestPath = public_path('build/manifest.json'); $cssFile = 'build/assets/app-DZORnZqr.css'; $jsFile = 'build/assets/app-CJy8ASEk.js'; if (file_exists($manifestPath)) { $manifest = json_decode(file_get_contents($manifestPath), true); if (isset($manifest['resources/css/app.css']['file'])) { $cssFile = 'build/' . $manifest['resources/css/app.css']['file']; } if (isset($manifest['resources/js/app.js']['file'])) { $jsFile = 'build/' . $manifest['resources/js/app.js']['file']; } } @endphp