예제 #1
0
 public function getIndex()
 {
     $government = Gov::groupBy('ministry')->get();
     $this->breadcrumbs->generate();
     return View::make('home.index')->with('ucs', UserCategories::all())->with('recommends', Recommend::idDescending()->get())->with('government', $government);
 }