public function compose(View $view)
 {
     //dd($this->entry->mostPopular(5));
     $view->with('popularEntries', $this->entry->mostPopular(5));
 }