File: //var/www/hobbyistgarage/storage/framework/views/e5f8a7bb2b8bc91391842439188cee683cb00be3.php
<?php
$ext = pathinfo(url('/media/'.$article->banner_url ), PATHINFO_EXTENSION);
$file = basename($article->banner_url, ".".$ext);
?>
<img srcset="<?php echo e(url('/media/'.$file.'870x506.'.$ext )); ?> 870w,
<?php echo e(url('/media/'.$file.'645x315.'.$ext )); ?> 645w,
<?php echo e(url('/media/'.$file.'250x134.'.$ext )); ?> 250w,
<?php echo e(url('/media/'.$file.'230x115.'.$ext )); ?> 230w,
<?php echo e(url('/media/'.$file.'270x360.'.$ext )); ?> 270w,
<?php echo e(url('/media/'.$file.'420x270.'.$ext )); ?> 420w,
<?php echo e(url('/media/'.$file.'420x230.'.$ext )); ?> 421w"
sizes="<?php echo e($size); ?>"
src="<?php echo e(url('/media/'.$article->banner_url )); ?>"
alt="<?php echo e($article->title); ?>"><?php /**PATH /var/www/hobbyistgarage/resources/views/znews/_partials/imgset.blade.php ENDPATH**/ ?>