@extends('admin.layout') @section('content')
{{desc}}
@if(role('{{path}}/create')) @endif
{{listThStr}} @if(isset($list)) @foreach($list as $key => $item) {{listTdStr}} @endforeach @endif
相关操作
@if(role('{{path}}/view')) @endif
{!! $list->setPath('')->appends(Request::all())->render() !!}
@endsection