@component('endocapture.pdf.component.css.css',['right_page'=>$right_page,'leftpagewidth'=>$leftpagewidth])@endcomponent
{{-- @component('endocapture.pdf.component.css.pdf_css_master')@endcomponent --}}
@php
$head = configTYPE('pdf', 'pdf_folder_head');
@endphp
@include("pdfhead.$head.pdf_head01")
@include("pdfhead.$head.pdf_head02")
@include("pdfhead.$head.pdf_head03")
@if (@$_GET['type'] != 'allshow')
@include("endocapture.pdf.component.right_section.$type")
@include('endocapture.pdf.component.pdf_detail_left')
@else
@foreach ($json as $x => $val)
Key : {{ $x }}
Value : {{ $val }}
@endforeach
@endif