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