HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System: Linux li317-225.members.linode.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64
User: apache (48)
PHP: 7.4.33
Disabled: NONE
Upload Files
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**/ ?>