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