@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 ($nextPost)
다음
@endif
@endsection