@extends('layouts.crm') @section('title')系统日志@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '系统设置', 'href' => ''], ['name' => '系统操作日志', 'href' => ''], ] /* --}} @endsection @section('body')
@if(count($info->all())) @foreach($info as $k=>$v) @endforeach @else @endif
序号 栏目 业务名称 操作人 操作类型 操作时间
{{ $v['id'] }} {{ $v['menu_name'] }} {{ $action[$v['type']] }} {{ $v['name'] }} {{ $action[$v['type']] }} {{ date('Y-m-d H:i', $v['create_at']) }}
暂无数据
@if(count($info->all()))
{!! $info->links() !!}
@endif
@section('footer') @endsection @endsection