@extends('views.layouts.master') @section('content')

사이트 {{ $title }}

{{ $post['PostTitle'] }}

{!! $post['PostContents'] !!}

{{-- @php--}} {{-- switch ($post['PostTypeId'] ) {--}} {{-- case 11:--}} {{-- $routeName = 'policy.show';--}} {{-- break;--}} {{-- case 12:--}} {{-- $routeName = 'privacy.show';--}} {{-- break;--}} {{-- case 14:--}} {{-- $routeName = 'e-finance.show';--}} {{-- break;--}} {{-- case 15:--}} {{-- $routeName = 'refund.show';--}} {{-- break;--}} {{-- }--}} {{-- @endphp--}} {{-- @if (count($policyPage['Page']) - 1 > $currKey)--}} {{-- @php $beforePolicy = $policyPage['Page'][$currKey + 1]; @endphp--}} {{-- --}} {{-- @elseif (count($policyPage['Page']) > 1)--}} {{-- @php $beforePolicy = $policyPage['Page'][0]; @endphp--}} {{-- --}} {{-- @endif--}}
{{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @endsection