@extends('admin.layout') @section('content')
地标
@if(role('Map/Landmark/create')) @endif
@if(isset($list)) @foreach($list as $key => $item) @endforeach @endif
ID 纬度 经度 标题 副标题 地标详情 点赞 相关操作
{{ $item->id }} {{ $item->lat }} {{ $item->lng }} {{ $item->title }} {{ $item->subtitle }} {{ $item->content }} {{ $item->like }} @if(role('Map/Landmark/view')) @endif
{!! $list->setPath('')->appends(Request::all())->render() !!}
@include('admin.tools.check_script'); @endsection