@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'] }}
-
{{ $post['C7'] }}
-
{{ $post['C11'] }}
-
조회수 0
{!! $post['C6'] !!}
@if ($nextPost)
다음
@endif
@endsection