@if(count($slots)>0) Müsait Randevular
@foreach($slots as $item)
{{ turkceTarih(\Illuminate\Support\Carbon::createFromDate($item->tarih)->format('d/m/Y D H:i')) }}
@if($item->mid==null) @else
Dolu
@endif
@endforeach
{{-- Tüm Boş Randevuları Göster--}} @else
Uygun Randevu Bulunamadı.
@endif