@section('css') @foreach ($files as $path) @php $ext = strstr($path, '.css') == true ? '' : '.css'; @endphp @endforeach @endsection