Exemplo n.º 1
0
 public function index()
 {
     return view('lists.homepage', ['videos' => Video::paginate(12)]);
 }