@php $translation = $row->translate(); $row->display_price=$row->price; @endphp
{{$translation->title}}
{{-- {{$row->price??''}} - --}} {{-- @if($row->discount_percent??'')
{{$row->discount_percent}}
@endif --}}
@if(!empty($row->vehicle_image)) @else @endif
@if($row->passenger)
{{$row->passenger}} {{__(':number persons')}}
@endif @if($row->gear)
{{$row->gear}}
@endif @if($row->baggage)
{{$row->baggage}} {{__('Baggage')}}
@endif
{{ $row->display_sale_price??'' }} {{ $row->display_price??'' }} {{__("/day")}} {{-- {{$row->price??''}}/ @if($row->discount_percent??'')
{{$row->discount_percent}}
@endif
--}}