public function index()
 {
     $offers = Offer::get();
     return view('home.index', compact('offers'));
 }