@if (request()->routeIs('jakarta*'))
{{ asset('images/TC LOGO_2024 1.png') }}
@elseif (request()->routeIs('bandung*'))
{{ asset('images/TC LOGO_2024 1.png') }}
@elseif (request()->routeIs('yogyakarta*'))
{{ asset('images/ota/tripadvisor.png') }}
@endif

{{ $data['caption'] ?? '' }}

{{ $data['title'] ?? '' }}
@php $bottomCaption = $data['caption'] ?? '0'; if (strpos($bottomCaption, ',') !== false) { $bottomCaption = str_replace(',', '.', $bottomCaption); } $ratingTripadvisor = $bottomCaption; $fullStarsTripadvisor = floor($ratingTripadvisor); $halfStarTripadvisor = ceil($ratingTripadvisor - $fullStarsTripadvisor); @endphp @for ($i = 1; $i <= 5; $i++) @if ($i <= $fullStarsTripadvisor) @elseif ($halfStarTripadvisor > 0) @php $halfStarTripadvisor--; @endphp @else @endif @endfor
{{ asset('images/ota/tcll.png') }}

Travellers' Choice