Serviços
Selecione os serviços que este profissional realiza
@php $selectedSvc = array_map('intval', old('services', $selectedServices)); @endphp
@if(count($services) > 0)
@foreach($services as $service)
@php $sv = (object)(array) $service; @endphp
@endforeach
@else
Nenhum serviço disponível para esta filial.
@endif