@if($listItems->count()) @php $this_page_params = Route::current()->parameters(); if (array_key_exists('vars', $this_page_params)) { $this_page_params['vars'] = implode('/', array_filter(explode('/', $this_page_params['vars']), function($v) { return ! str_starts_with($v, 'show='); })); } @endphp @if($parentQosId)