@php
$dealNotifCount = \App\Models\Notification::where('user_id', auth('web')->id())
->where('type', 'deal_accepted')->where('is_read', false)->count();
$isUsers = Request::routeIs('farmer', 'farmer.*', 'vendor', 'vendor.*');
$isMaster = Request::routeIs('crop-categories.*', 'crops.*', 'vendor_rates.*', 'units.*', 'interests.*', 'master-rate.*');
$isReports = Request::routeIs('reports.*');
@endphp
{{-- Logo --}}