@php $view = $view ?? (string)request()->query('view','cards'); $items = [ 'cards' => ['كروت','fa-layer-group'], 'grid' => ['شبكة','fa-border-all'], 'table' => ['جدول','fa-table'], 'cluster' => ['عنقود','fa-diagram-project'], ]; @endphp