@extends('statistics.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
@include('statistics.module.section.left_menu')
管理员列表
@if(auth('web-statistics')->user()->username == 'admin') @endif @if($list->isNotEmpty()) @foreach($list as $k=>$user) @if(auth('web-statistics')->user()->username == 'admin') @endif @endforeach @else @endif
ID 用户名 添加时间操作
{{$user->id}} {{$user->username}} {{$user->created_at}}
修改 @if($user->username != 'admin') |删除 @endif
暂无数据
@endsection @section('script') @endsection