@php $selectedCategorias = old('categoria_ids'); if ($selectedCategorias === null && isset($servico?->cds_tipo)) { $selectedCategorias = collect(explode(';', (string) $servico->cds_tipo)) ->filter() ->map(fn ($id) => (int) $id) ->values() ->all(); } $selectedCategorias = collect($selectedCategorias ?? [])->map(fn ($id) => (int) $id)->all(); @endphp {{-- Google Fonts --}}