@if(role('{{path}}/create'))
@endif
{{listThStr}}
相关操作 |
@if(isset($list))
@foreach($list as $key => $item)
{{listTdStr}}
@if(role('{{path}}/view'))
@endif
|
@endforeach
@endif
每页{{ $list->count() }}条,共{{ $list->lastPage() }}页,总{{ $list->total() }}条。
{!! $list->setPath('')->appends(Request::all())->render() !!}