@extends('admin.layout') @section('header') @endsection @section('content')
操作列表
@if($data) getLogs()?> @foreach($list as $key=>$item) getContents();?> @endforeach @endif
时间 IP METHOD 功能 URL
{{$item->getTime()}} {{$item->getSource()}} {{$contents['method'] or ''}} {{$contents['module'] or ''}}.{{$contents['class'] or ''}}.{{$contents['action'] or ''}} {{$contents['url'] or ''}}
@if($data)
@endif
@endsection @section('footer') @endsection