@php $manifest = json_decode(file_get_contents(public_path('build/manifest.json')), true); $cssFiles = array_filter($manifest, function($value) { return strpos($value['file'], '.css') !== false; }); @endphp @foreach($cssFiles as $file) @endforeach