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