コード例 #1
0
ファイル: BlogRoleController.php プロジェクト: facilinfo/blog
 public function index()
 {
     $roles = Role::All();
     return view('blog::blog.roles.index', compact('roles'));
 }
コード例 #2
0
 /**
  * Display a listing of the resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     $roles = Role::All();
     return view('permisos.index', compact('roles'));
 }