public function compose(View $view)
 {
     $view->with('entries', $this->entryRepository->allActive());
 }