type !== $section ) abort(404); $comments = EntryHelpers::getLatestComments( $entry ); return view('entries.show', compact('entry', 'section', 'comments' ) ); } }