@if(($tour->rating_count ?? 0) > 0)
{{ number_format((float) $tour->rating_average, 1, ',', '') }}
{{ $tour->rating_count }} yorum
@endif
@if($location) {{ $location }}@endif
@if($durationText) {{ $durationText }}@endif
@if($tour->has_guide) Rehberli@endif
@if($tour->short_description)
{{ \Illuminate\Support\Str::limit(strip_tags((string) $tour->short_description), 140) }}
@endif
@if(!empty($tour->highlights) && is_array($tour->highlights))
@foreach(array_slice($tour->highlights, 0, 3) as $highlight)
- {{ $highlight }}
@endforeach
@endif
@if($tour->refundable ?? false)
Ücretsiz iptal
@endif
@if($tour->instant_booking ?? false)
Anında onay
@endif
@if($price > 0)
kişi başı
@include('site.templates.voyage.partials.price', ['amount' => $price, 'currency' => $currency])
'den itibaren
@else
Fiyat Sorunuz
@endif
İncele