Ejemplo n.º 1
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     //
     return view('admin.lskill.index')->withType1s(Type1::all())->withType2s(Type2::all())->withAttrs(Attr::all())->withMaxLskill(Lskill::orderBy('lskill_id', 'desc')->first())->withLskills(Lskill::orderBy('lskill_id', 'asc')->get());
 }