Search
Switch
Bookings
@php $notification = \App\Model\Notification::where('pharmacy_id', auth()->user()->pharmacy_id) ->where('user_id', auth()->user()->id) ->where('is_new', 1) ->count(); @endphp
{{$notification}}Alerts
Logout