@if($advertismentObject->carVehicles->getCarVehiclesSecurityProperty->isNotEmpty())

{{__('detail.Features')}}

{{__('detail.Security and Stabilization')}}

@foreach ($advertismentObject->carVehicles->getCarVehiclesSecurityProperty as $security) @php $postValue = !empty($security->getSecurity->type) ? $security->getSecurity->name : ''; @endphp
@if ($security->car_vehicle_property_value != '1' || ($security->getSecurity->name == 'Number of Airbags from')) @php $secValue = $security->car_vehicle_property_value; @endphp @if ($security->car_vehicle_property_type != '0') @if ($security->getSecurity->name == 'Number of Airbags from') @if($secValue=='1') {{ $secValue }} {{__("cars.Air Bag")}} @else {{ $secValue }} {{__("cars.Air Bags")}} @endif @else {{__("cars.$secValue")}} @endif @endif @else @php $name = $security->getSecurity->name @endphp {{__("cars.$name")}} @endif
@endforeach
@endif @if($advertismentObject->carVehicles->getCarVehiclesMultimediaProperty->isNotEmpty())

{{__('detail.Multimedia')}}

@foreach ($advertismentObject->carVehicles->getCarVehiclesMultimediaProperty as $multimedia)
@if ($multimedia->car_vehicle_property_value != '1') @php $value = $multimedia->car_vehicle_property_value @endphp @else @php $value = $multimedia->getMultimedia->name @endphp @endif {{__("cars.$value")}}
@endforeach
@endif @if($advertismentObject->carVehicles->getCarVehiclesInteriorProperty->isNotEmpty())

{{__('detail.Interior Equipment')}}

@foreach ($advertismentObject->carVehicles->getCarVehiclesInteriorProperty as $interior)
@if ($interior->car_vehicle_property_value != '1') @php $value = $interior->car_vehicle_property_value @endphp @else @php $value = $interior->getInterior->name @endphp @endif {{__("cars.$value")}}
@endforeach
@endif @if($advertismentObject->carVehicles->getCarVehiclesSeatProperty->isNotEmpty())

{{__('detail.Seat')}}

@foreach ($advertismentObject->carVehicles->getCarVehiclesSeatProperty as $seat) @if (!empty($seat->getSeat))
@if ($seat->car_vehicle_property_value != '1') @php $value = $seat->car_vehicle_property_value @endphp @else @php $value = $seat->getSeat->name @endphp @endif {{__("cars.$value")}}
@endif @endforeach
@endif {{-- {{dd($advertismentObject->car->getBackSeatProperty)}} --}} @if($advertismentObject->carVehicles->getCarVehiclesExteriorProperty->isNotEmpty())

{{__('detail.Exterior Equipment')}}

@foreach ($advertismentObject->carVehicles->getCarVehiclesExteriorProperty as $exterior)
@if ($exterior->car_vehicle_property_value != '1') @php $value = $exterior->car_vehicle_property_value @endphp @else @php $value = $exterior->getExterior->name @endphp @endif {{__("cars.$value")}}
@endforeach
@endif @php $keywords = $advertismentObject->getTranslatedkeywords() @endphp @if($advertismentObject->carVehicles->carsVehiclesAdvertismnetOption->isNotEmpty())

{{__('detail.Keywords')}}

@foreach ($advertismentObject->carVehicles->carsVehiclesAdvertismnetOption as $key => $keyword)
{{isset($keywords[$key]) ? $keywords[$key] : $keyword->value}}
{{--

{{$multimedia->car_property_value}}

--}}
@endforeach
@endif