{{-- content --}}
{{-- @json($clinicDatas) --}}
{{-- START RIGHT BAR --}}
{{-- end content --}}
{{-- KLINIC BLOCK --}}
{{-- END KLINIK BLOCK --}}
{{-- - - - - - - - - --}}
{{-- SCPECIALITY BLOCK --}}
{{-- END SPECIALITY BLOCK --}}
{{-- END RIGHT BAR --}}
@if(count($clinics??[])>0)
@foreach($clinics??[] as $itm)
id,$selectedClinics??[]))
checked="checked"
@endif
wire:click="changeMultipleClinic('{{ $itm->id }}')" value="{{ $itm->id}}">
{{ $itm->name }}
@endforeach
@else
Klinika tapılmadı
@endif
{{-- --}}
@if(count($specialities)>0)
@foreach($specialities as $itm)
id,$selectedSpecialities??[]))
checked="checked"
@endif
wire:click="changeMultipleSpeciality('{{ $itm->id }}')" value="{{ $itm->id}}">
{{ $itm->name }}
@endforeach
@else
İxtisas tapılmadı
@endif
{{-- --}}