Path : /var/www/html/phkaynews-v2/resources/views/components/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaynews-v2/resources/views/components/related.blade.php |
<a href="{{ $link }}" {{ $attributes->merge(['class' => 'row col-6 m-0 px-1 text-decoration-none related-post card border-0 bg-transparent flex-row']) }}> <div class="col-md-4 px-0"> <div class="ratio ratio-16x9 overflow-hidden"> <img src="{{ asset($thumbnail) }}" alt="thumbnail" class="card-img-top object-fit-cover"> </div> </div> <div class="col-md-8 px-1 card-body p-1"> <h6 class="post-title">{{ Str::limit($title, 40, '...') }}</h6> </div> </a>