@extends('admin.layout') @section('content')
消息列表
@if(role('System/Info/create')) @endif
@if(isset($list)) @foreach($list as $key => $item) @endforeach @endif
当前用户ID 相关操作
{{ $item->id }} {{ $item->user_id }} {{ $item->created_at }} {{ $item->updated_at }} @if(role('System/Info/view')) @endif
{!! $list->setPath('')->appends(Request::all())->render() !!}
@include('admin.tools.check_script'); @endsection