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