@use('App\Models\Enquiries') @php $enquiryList = Enquiries::where('status', 1)->latest()->get(); $enquiryCount = $enquiryList->count(); @endphp