public function home() { setDefaultCurrency(); \JavaScript::put(['packages' => $this->package->take(9)]); return view('public.home'); }
public function home() { setDefaultCurrency(); return view('public.home'); }
public function home() { setDefaultCurrency(); $packages = $this->package->take(9); return $packages; }