{{-- JQUERY AUTOCOMPLETE --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} Home @if($userNotification->count() == 0) 0 @else {{ $userNotification->count() != 0 ? $userNotification->count() : 0}} @endif Notifications Account Setting @csrf Logout @yield('content') @if(session()->has('success')) @php session()->remove('success'); @endphp @endif @if(session()->has('error')) @endif {{--JQUERY AUTO COMPLETE SEARCH--}} {{-- Code For Enter Key Press To submit Search--}}