@extends('layout.front') @section('css_page_level') @endsection @section('page-content')
@inject('Setting','anlutro\LaravelSettings\SettingStore')

@lang('messages.neighberhood_intro')

@if($Setting->get('npm_version') == '0') @if(is_object($about['about_1'])) {!!$about['about_1']->content !!}
{{ $about['about_1']->title}}
@if(!empty($about['about_1']->file))
附件連結
@endif @if(!empty($about['about_1']->link))
了解詳情
@endif @else {{ $about['about_1']}} @endif @else

「南院介紹」內文

這裡可以編輯內文。

@endif

@lang('messages.neighberhood_story')

@if($Setting->get('npm_version') == '0') @if(is_object($about['about_2'])) {!! $about['about_2']->content !!}
{{ $about['about_2']->title}}
@if(!empty($about['about_2']->file))
附件連結
@endif @if(!empty($about['about_2']->link))
了解詳情
@endif @else {{ $about['about_2']}} @endif @else

「南院故事」內文

這裡可以編輯內文。

@endif
@endsection