コード例 #1
0
 public function index()
 {
     return view('Units.index')->with(['title' => $this->title, 'items' => Units::orderBy('group_id')->get(), 'defaults' => $this->getGroupDefaults()]);
 }