示例#1
0
 public function getGovernments()
 {
     $governments = Gov::groupBy('ministry')->get();
     $this->breadcrumbs->push('กระทรวง', URL::to('/governments'));
     $this->breadcrumbs->generate();
     return View::make('home.governments')->with('governments', $governments);
 }