@php if ($picperrow == 3) { $width = 225; $height = 225; $marginleft = 'margin-left:19px'; } if ($picperrow == 4) { $width = 173; $height = 173; $marginleft = 'margin-left:0px'; } $i = 0; $startpic = 0; @endphp
@foreach ($photoselect as $p)
Warning: Undefined variable $startpic in D:\laragon\htdocs\20231204\share\resources\views\EndoCAPTURE\pdf\pdf_procedure_page2.blade.php on line 23
@if ($startpic >= $photostart && $startpic <= $photoend)
Warning: Undefined variable $i in D:\laragon\htdocs\20231204\share\resources\views\EndoCAPTURE\pdf\pdf_procedure_page2.blade.php on line 26
@if ($i == 1) @endif @if ($i == $picperrow) @php $i = 0; @endphp @endif @endif @endforeach
case_hn/$folderdate/" . $p['na']) }}" width="{{ $width }}" height="{{ $height }}">
[{{ $startpic }}] @if ($p['sc'] != '') @if ($p['sc'] == '') {{ $p['sc'] }} @else @php $mainpart = DB::table('tb_mainpartsub') ->where('mainpartsub_id', $p['sc']) ->first(); @endphp {{ $mainpart->mainpartsub_name }}
@endif
{{ $p['tx'] }} @else {{ $p['tx'] }} @endif