This commit is contained in:
2025-07-09 10:47:12 +05:45
parent aefd8fd38c
commit 608f63cc87
4 changed files with 268 additions and 270 deletions

View File

@ -1,6 +1,6 @@
@use('App\Models\Enquiries')
@php
$enquiryList = Enquiries::where('status', 1)->where('is_read', 0)->latest()->get();
$enquiryList = Enquiries::where('status', 1)->latest()->get();
$enquiryCount = $enquiryList->count();
@endphp
<div class="dropdown topbar-head-dropdown header-item ms-1" id="notificationDropdown">