Yüklenir...
{{-- content --}}
{{-- @json($clinicDatas) --}}
{{-- START RIGHT BAR --}}
{{-- KLINIC BLOCK --}}
@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 {{-- --}}
{{-- END KLINIK BLOCK --}} {{-- - - - - - - - - --}} {{-- SCPECIALITY BLOCK --}}
@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 {{-- --}}
{{-- END SPECIALITY BLOCK --}}
{{-- END RIGHT BAR --}}
{{-- end content --}}