Exemplo n.º 1
0
 public function getIndex()
 {
     return view('admin.adsense.index')->with('adsenses', Adsense::all());
 }