@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 --}}
{{-- ── 1. Identificação ────────────────────────────────── --}}
{{-- ── 2. Organização ───────────────────────────────────── --}}
@foreach($tipos as $tipo) @endforeach
{{-- ── 3. Descrição ─────────────────────────────────────── --}}
{{-- ── 4. Localização & Contato ─────────────────────────── --}}
{{-- ── 5. Regras de Acesso ──────────────────────────────── --}}
{{-- ── 6. Prazos, Taxas & Legislação ───────────────────── --}}
{{-- ── 7. Etapas & Observações ──────────────────────────── --}}
{{-- ── Footer ────────────────────────────────────────────── --}}