@php $contact = $item->contact; $region = $item->region; $country = $region ? $region->country : null; $webUrl = getItemWebUrl($item->id); @endphp