{{$translation->title}}

@if($translation->address)

{{$translation->address}}

@endif
@if(setting_item('flight_enable_review') and $review_score)
{{$review_score['score_text']}} {{__("from :number reviews",['number'=>$review_score['total_review']])}}
{{$review_score['score_total']}}/5
{{__(":number% of guests recommend",['number'=>$row->recommend_percent])}}
@endif
@if(!empty($row->duration) or !empty($row->category_flight->name) or !empty($row->max_people) or !empty($row->location->name))
@if($row->duration)

{{__("Duration")}}

{{duration_format($row->duration,true)}}

@endif @if(!empty($row->category_flight->name)) @php $cat = $row->category_flight->translateOrOrigin(app()->getLocale()) @endphp

{{__("flight Type")}}

{{$cat->name ?? ''}}

@endif @if($row->max_people)

{{__("Group Size")}}

@if($row->max_people > 1) {{ __(":number persons",array('number'=>$row->max_people)) }} @else {{ __(":number person",array('number'=>$row->max_people)) }} @endif

@endif @if(!empty($row->location->name)) @php $location = $row->location->translateOrOrigin(app()->getLocale()) @endphp

{{__("Location")}}

{{$location->name ?? ''}}

@endif
@endif @if($row->getGallery()) @endif @if($translation->content)

{{__("Overview")}}

@endif @include('Flight::frontend.layouts.details.flight-include-exclude') @include('Flight::frontend.layouts.details.flight-itinerary') {{--@include('Flight::frontend.layouts.details.flight-attributes')--}} @include('Flight::frontend.layouts.details.flight-faqs') @if($row->map_lat && $row->map_lng)

{{__("flight Location")}}

@if($translation->address)
{{$translation->address}}
@endif
@endif