@php $typeHints = []; foreach (\App\Support\Asset\AssetType::all() as $t) { $typeHints[$t] = \App\Support\Asset\AssetType::description($t); } @endphp