Server IP : 66.29.132.124 / Your IP : 18.189.143.127 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/themes/Mytravel/News/frontend/blocks/list-news/ |
Upload File : |
@php $translation = $row->translateOrOrigin(app()->getLocale()); @endphp <div class="item mb-4"> <a class="d-block rounded-xs overflow-hidden mb-3" href="{{$row->getDetailUrl()}}"> @if($row->image_id) @if(!empty($disable_lazyload)) <img src="{{get_file_url($row->image_id,'medium')}}" class="img-fluid w-100" alt="{{$translation->name ?? ''}}"> @else {!! get_image_tag($row->image_id,'medium',['class'=>'img-fluid w-100','alt'=>$row->title]) !!} @endif @endif </a> <h6 class="font-size-17 pt-xl-1 font-weight-bold font-weight-bold mb-1 text-gray-6"> <a href="{{$row->getDetailUrl()}}"> {!! clean($translation->title) !!} </a> </h6> <a class="text-gray-1" href="{{$row->getDetailUrl()}}"> <span> {!! get_exceprt($translation->content,70,"...") !!}</span> </a> </div>