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

@inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }} {{ $setting::get('company_name','新保科技') }}

{{$spot->title}} {{$spot->created_at}}
@if($spot->map != '') @endif
@if($spot->cover_img != '') @else @endif

地址:{{ $spot->map }}

@if($spot->image1 != '') @else @endif @if($spot->image2 != '') @else @endif @if($spot->image3 != '') @else @endif @if($spot->image4 != '') @else @endif @if($spot->image5 != '') @else @endif
@if($spot->introduce != '') @endif @if($spot->safe_note != '') @endif @if($spot->file != '') @endif @if($spot->content != '') @endif

景點介紹:

{{ $spot->introduce }}

安全事項:

{{ $spot->safe_note }}

下載附件:

{{ $original_filename }}

簡介:

@if($spot->info != '') @endif

交通資訊:

{{ $spot->info }}

Google Map

@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection