@extends('views.layouts.master') @section('content') @php $post = $listType1Book['Book'][0]['Page'][0]; $prePost = $listType1Book['Book'][1]['Page']; $nextPost = $listType1Book['Book'][2]['Page']; @endphp

이벤트

{{ $post['C5'] }}

  • @if (empty($post['C10'])) 상시 이벤트 @else {{ $post['C10'] }} ~ {{ $post['C11'] }} @endif
  • {{ $post['C13'] }}
  • {{ DataConverter::execute($post['C9'], "status('post-event')") }}
{!! $post['C6'] !!}
@if ($prePost)

{{ $prePost[0]['C2'] }}

이전 @endif
@if ($nextPost)

{{ $nextPost[0]['C2'] }}

다음 @endif
@endsection