Path : /var/www/html/phkaynews-v2/storage/framework/views/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaynews-v2/storage/framework/views/804e67244e6089851d429d6af5ccdfcbd07e83de.php |
<?php $attributes = $attributes->exceptProps([ 'card' => null, 'description' => null, 'thumbnail' => null, 'title' => null, 'date' => null, 'link' => '#', ]); ?> <?php foreach (array_filter(([ 'card' => null, 'description' => null, 'thumbnail' => null, 'title' => null, 'date' => null, 'link' => '#', ]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $__defined_vars = get_defined_vars(); ?> <?php foreach ($attributes as $__key => $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } ?> <?php unset($__defined_vars); ?> <div <?php echo e($attributes->merge(['class' => 'card home-top my-2 '.$card])); ?>> <div <?php echo e($attributes->merge(['class' => 'ratio overflow-hidden'])); ?>> <img src="<?php echo e(asset($thumbnail)); ?>" class="card-img-top object-fit-cover" alt="thumbnail"> </div> <div class="card-body p-2 post-desc"> <a href="<?php echo e($link); ?>" class="card-title text-decoration-none h5 stretched-link"><?php echo e($title); ?></a> <?php if($description != null): ?> <p class="card-text mt-1"><?php echo $description; ?></p> <?php endif; ?> </div> <?php if($date != null): ?> <span class="d-flex flex-wrap flex-sm-row card-footer p-1 border-0 opacity-75"> <span class="badge badge-primary"> <i class='bx bx-calendar'></i> <?php echo e($date); ?> </span> </span> <?php endif; ?> </div><?php /**PATH /var/www/html/phkaynews-v2/resources/views/components/home/popular.blade.php ENDPATH**/ ?>