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

Q&A

{{ $post['C5'] }}

  • {{ $post['C7'] }}
{{ $post['C6'] }}
@if($post['C9'] === '1')

답변

@endif
@if ($prePost) 이전 @endif
@if ($nextPost) 다음 @endif
@endsection