@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') {!! $about['about_1'] !!} @else

「南院介紹」內文

這裡可以編輯內文。

@endif

@lang('messages.neighberhood_story')

@if($Setting->get('npm_version') == '0') {!! $about['about_2'] !!} @else

「南院故事」內文

這裡可以編輯內文。

@endif
@endsection