@if($row->duration)
{{duration_format($row->duration,true)}}
@endif @if($row->max_people)
@if($row->max_people > 1) {{$row->max_people}} {{ __(":number persons")}} @else {{$row->max_people}} {{ __(":number persons")}} {{-- {{ __(":number person",array('number'=>$row->max_people)) }} --}} @endif
@endif @if(!empty($row->location->name)) @php $location = $row->location->translate() @endphp
{{$location->name ?? ''}}
@endif

@if($translation->content) @endif