@for ($countpage = 0; $countpage < $num; $countpage++)
@php
$photostart = ($countpage * 9) + $num2;
$photoend = $photostart + $num3;
$lastpage = $num - 1;
if ($countpage == $lastpage) {$paperend = "true";} else { $paperend = "false";}
@endphp
@forelse ($photoselect as $p)
Warning: Undefined variable $p in D:\laragon\htdocs\20231204\share\resources\views\EndoCAPTURE\pdf\component\page02.blade.php on line 30
Warning: Attempt to read property "photo_status" on null in D:\laragon\htdocs\20231204\share\resources\views\EndoCAPTURE\pdf\component\page02.blade.php on line 30
Fatal error: Uncaught Error: Call to undefined function picurl() in D:\laragon\htdocs\20231204\share\resources\views\EndoCAPTURE\pdf\component\page02.blade.php:36
Stack trace:
#0 {main}
thrown in D:\laragon\htdocs\20231204\share\resources\views\EndoCAPTURE\pdf\component\page02.blade.php on line 36
| |