@extends('pdf.pdf_procedure_base') @section('namereport','Pathology Report') @section('td') @endsection @section('detail_right') @php $i = 0; //จำนวนรูป $bb = 0; $w = 170; //ความกว้างรูป $h = 140; @endphp
@foreach ($photoselectonly as $p) @php $i++; @endphp @if($i<=8) @php if($p->photo_status==1) { $border_color="black"; } else { $border_color="black"; } $path= picurl($casedata->hn."/".$p->photo_name); @endphp
[ {{$i}} ] {{$p->mainpartsub_name}} @if($p->photo_additional!="")
{{$p->photo_additional}} @endif @if($p->photo_gastrolesion!="")
{{$p->photo_gastrolesion}} @endif @if($p->photo_text!="")
{{$p->photo_text}} @endif
@if($bb==1)
@else
@endif @endif @endforeach
@endsection