@php $initials = collect(explode(' ', $ota['name']))->map(fn ($w) => strtoupper(substr($w, 0, 1)))->take(2)->implode(''); $connection = $connection ?? []; $isMapped = !empty($connection['enabled']) && trim((string) ($connection['hotel_code'] ?? '')) !== ''; @endphp
{{ $initials }} {{ $ota['name'] }}
@if($isMapped) Connected @else Not set up @endif
@if($isMapped)
Connected · {{ $connection['hotel_code'] }}
@else
Fetch to map
@endif