@extends('admin.layouts.app') @section('content')
用户
@if(role('Foundation/User/index')) @endif
@foreach($roles AS $val) @endforeach
@endsection