@php
$securityOptions = !empty($carModel) ? $carModel->getSecurityProperty->pluck('car_property_id','car_property_id') :'';
$securityDropDownOptions = !empty($carModel) ? $carModel->getSecurityProperty->pluck('car_property_id','car_property_value') :'';
$multimediaOptions = !empty($carModel) ? $carModel->getMultimediaProperty->pluck('car_property_id','car_property_id') :'';
$frontSeatOptions = !empty($carModel) ? $carModel->getFrontSeatProperty->pluck('car_property_id','car_property_id') :'';
$backSeatOptions = !empty($carModel) ? $carModel->getBackSeatProperty->pluck('car_property_id','car_property_id') :'';
$InteriorOptions = !empty($carModel) ? $carModel->getInteriorProperty->pluck('car_property_id','car_property_id') :'';
$InteriorDropDownOptions = !empty($carModel) ? $carModel->getInteriorProperty->pluck('car_property_id','car_property_value') :'';
$ExteriorOptions = !empty($carModel) ? $carModel->getExteriorProperty->pluck('car_property_id','car_property_id') :'';
@endphp
@foreach($carSecurityStabilizationOption as $carSecurityStabilizationKey => $carSecurityStabilizationValue)
@if($carSecurityStabilizationValue->type == 1)
@elseif($carSecurityStabilizationValue->type == 2)
@php
$typeData = $carSecurityStabilizationValue->type_value
@endphp
@endif
@endforeach
{{__("detail.Interior Equipment")}}
{{__("words.Choose all the interior options that the car has")}}
@foreach($carInteriorOption as $carInteriorKey => $carInteriorValue)
@if($carInteriorValue->type == 1)
@elseif($carInteriorValue->type == 2)
@php
$typeData =$carInteriorValue->type_value;
@endphp
@endif
@endforeach