@livewire('webnew.patient.dashboard.patient-detail-widget-livewire')
@livewire('webnew.patient.patient-navbar-livewire') {{-- @include('websitenew.patient.patient_navbar')--}}
@if(sizeof($doctors) > 0) @foreach($doctors as $doctor)

{{$doctor['doctor_name']}}

@if(sizeof($doctor['get_educations'])) @foreach($doctor['get_educations'] as $doc) {{$doc['degree']}} @endforeach @endif

{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- (5)--}} {{--
--}}
  • {{$doctor['city']}}, {{$doctor['clinic_country']}}
  • {{--
  • --}} {{-- Available on Fri, 22 Mar--}} {{--
  • --}}
{{--
--}} {{--
--}} {{-- View Profile--}} {{--
--}} {{--
--}} {{-- Book Now--}} {{--
--}} {{--
--}}
@endforeach @endif
@if(sizeof($doctors) == 0)

No Appointments Done Yet

@endif