@php $itemLink = linker()->itemLink($item); $region = $item->region; $country = $region->country; @endphp
{!! Html::image(getItemCardImage($item->id, $item->images), getItemCardImageAlt($item->id, $item->images), ['class' => 'item-box__image']) !!}

{{niceTitle($item->name)}}

{{ $item->price }}
@if ($item->contact && $item->contact->contact_type === 'business' && $item->user->show_crane) {{$item->contact->business_name ?? "Business Ad"}} @else @if ($item->ad_category != 'news') @if ($item->contact->contact_type === "business") Business Ad @else Private Ad @endif @endif @endif @if($item->user && $item->user->show_crane)
@endif
{{$item->adCategory->name}}
{{ $item->item_category_name }}