@extends('admin::layouts.master') @section('title', '后台用户') @section('content')
@foreach ($roles as $role) @endforeach
ID 名称 创建时间 修改时间 操作
{{ $role->id }} {{ $role->name }} {{ $role->created_at }} {{ $role->updated_at }} 编辑
@endsection @push('footer') @endpush