Laravel Notification (Database Notification) Icon doesn't change
问题 Hello everyone I tried to make a real time notification for admin user to get notification if there's a push event from github. I already make a notification table and get notified the problem is the notification icon is not changing and put 1++ when there's new notification and I need to refresh the page first to make the icon change. This is my controller. public function index(Request $request){ view()->share('page_sub', 'Webhhook'); $data = Cache::store('file')->get('repo'); // dd($data);