@if(role('Wechat/App/create'))
@endif
ID |
AppID |
AppSecret |
创建时间 |
更新时间 |
相关操作 |
@if(isset($list))
@foreach($list as $key => $item)
{{ $item->id }} |
{{ $item->appid }} |
{{ $item->appsecret }} |
{{ $item->created_at }} |
{{ $item->updated_at }} |
@if(role('Wechat/App/view'))
@endif
|
@endforeach
@endif
每页{{ $list->count() }}条,共{{ $list->lastPage() }}页,总{{ $list->total() }}条。
{!! $list->setPath('')->appends(Request::all())->render() !!}