@php $appointments = \App\Models\Randevu::where('status',0)->get()->count(); $contacts = \App\Models\Contact::all()->count(); @endphp