@extends('manager.layout.master') @section('body')

操作日志

{{$list->total() ?? count($list)}}
导出表格
@foreach($list as $key=>$vo) @endforeach
用户名 IP地址 操作内容 操作时间
{{$vo->manager->name ?? '-'}} {{$vo->ip}}
{{$vo->content}}
{{$vo->create_time}}
@include('manager.include.pageBtn') @stop