@if(role('Map/Landmark/create'))
@endif
ID |
纬度 |
经度 |
标题 |
副标题 |
地址 |
点赞 |
相关操作 |
@if(isset($list))
@foreach($list as $key => $item)
{{ $item->id }} |
{{ $item->lat }} |
{{ $item->lng }} |
{{ $item->title }} |
{{ $item->subtitle }} |
{{ $item->address }} |
{{ $item->like }} |
@if(role('Map/Landmark/view'))
@endif
|
@endforeach
@endif
每页{{ $list->count() }}条,共{{ $list->lastPage() }}页,总{{ $list->total() }}条。
{!! $list->setPath('')->appends(Request::all())->render() !!}