@php // $notifcations = App\Models\Notif::notifList(Auth::user()->id); $notifcations = []; $notif_count = count($notifcations); $year = \Request::session()->get('year') ?? date('Y'); @endphp