@extends('views.layouts.master') @section('content') 사이트 {{ $title }} Home 사이트 {{ $title }} 약관 개인정보 보호정책 전자금융 이용약관 교환환불 정책 {{ $post['PostTitle'] }} {{ DateTime::createFromFormat("Ymd" , $post['OfficialDate'])->format('Y-m-d') }} {{ $post['OfficialTime'] }} {!! $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--}} {{-- --}} {{-- --}} {{-- {{ DateTime::createFromFormat("Ymd" , $beforePolicy['OfficialDate'])->format(__('Y년 m월 d일')) }} {{ $title }} @lang('보기')--}} {{-- --}} {{-- --}} {{-- @elseif (count($policyPage['Page']) > 1)--}} {{-- @php $beforePolicy = $policyPage['Page'][0]; @endphp--}} {{-- --}} {{-- --}} {{-- {{ DateTime::createFromFormat("Ymd" , $beforePolicy['OfficialDate'])->format(__('Y년 m월 d일')) }} {{ $title }} @lang('보기')--}} {{-- --}} {{-- --}} {{-- @endif--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @endsection
{!! $post['PostContents'] !!}