use View::share, something like this View::share( 'notifications', Notification::getLatest() ); wit...
well, use a model named Notification, with a static method called getLatest that you call in each co...
you are asking something very complex to reply you need to grab all the comments order by the field...
The Laravel portal for problem solving, knowledge sharing and community building.