/**
  * Index page for ModelAdmin.
  * 
  * @return \Illuminate\Http\Response
  */
 public function getIndex()
 {
     return view('flare::admin.modeladmin.index', ['modelItems' => $this->modelAdmin->items(), 'totals' => $this->modelAdmin->totals()]);
 }