@php $path_style = app_path('CoreFacturalo'.DIRECTORY_SEPARATOR.'Templates'.DIRECTORY_SEPARATOR.'pdf'.DIRECTORY_SEPARATOR.'style.css'); $quantity_images = $images->count(); $space = $quantity_images > 1 ? 4 : 0; $width = $quantity_images > 1 ? (100 / $quantity_images) - $space : 100; $height = 140 * $quantity_images; @endphp @foreach ($images as $image) @endforeach