@extends('layout.front') @section('css_page_level') @endsection @section('page-content')

社區景點

@foreach($spots as $one) @endforeach @if($spots->count() == 0)
很抱歉!  目前尚未有社區景點。
@endif
@if($one->cover_img != '') @else @endif

{{$one->title}}

{{ $one->introduce }}

{{ $one->created_at }}
{!! $spots->render() !!}
@endsection