Esempio n. 1
0
 public function index()
 {
     return view('Easy.application.pages.index')->withPages(Page::latest()->get());
 }