Ejemplo n.º 1
0
 public function index()
 {
     $offers = Offers::all();
     return View::make('admin.pages.offer.index')->with(['offers' => $offers]);
 }