@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