{{ $listing->listing_name }}
{{ $listing->listing_slug }}
{!! clean($listing->listing_description) !!}
{{ $listing->rListingBrand->listing_brand_name }}
{{ $listing->rListingLocation->listing_location_name }}
{{ $listing->listing_phone }}
{{ $listing->listing_email }}
{!! clean(nl2br($listing->listing_address)) !!}
{!! $listing->listing_map !!}
{{ FEATURES }}
{{ $listing->listing_price }}
{{ $listing->listing_type }}
{{ $listing->listing_exterior_color }}
{{ $listing->listing_interior_color }}
{{ $listing->listing_cylinder }}
{{ $listing->listing_fuel_type }}
{{ $listing->listing_transmission }}
{{ $listing->listing_engine_capacity }}
{{ $listing->listing_vin }}
{{ $listing->listing_body }}
{{ $listing->listing_seat }}
{{ $listing->listing_wheel }}
{{ $listing->listing_door }}
{{ $listing->listing_mileage }}
{{ $listing->listing_model_year }}
{{ OPENING_HOUR }}
{{ $listing->listing_oh_monday }}
{{ $listing->listing_oh_tuesday }}
{{ $listing->listing_oh_wednesday }}
{{ $listing->listing_oh_thursday }}
{{ $listing->listing_oh_friday }}
{{ $listing->listing_oh_saturday }}
{{ $listing->listing_oh_sunday }}
{{ SOCIAL_MEDIA }}
@if($listing_social_items->isEmpty())
@foreach($listing_social_items as $row)
@endif
{{ NO_RESULT_FOUND }}
@else
@if($row->social_icon == 'Facebook') @php $icon_code = 'fab fa-facebook-f'; @endphp @elseif($row->social_icon == 'Twitter') @php $icon_code = 'fab fa-twitter'; @endphp @elseif($row->social_icon == 'LinkedIn') @php $icon_code = 'fab fa-linkedin-in'; @endphp @elseif($row->social_icon == 'YouTube') @php $icon_code = 'fab fa-youtube'; @endphp @elseif($row->social_icon == 'Pinterest') @php $icon_code = 'fab fa-pinterest-p'; @endphp @elseif($row->social_icon == 'GooglePlus') @php $icon_code = 'fab fa-google-plus-g'; @endphp @elseif($row->social_icon == 'Instagram') @php $icon_code = 'fab fa-instagram'; @endphp @endif | {{ $row->social_url }} |
{{ AMENITIES }}
@if($amenity->isEmpty())
{{ NO_RESULT_FOUND }}
@else
-
@php $i=0; @endphp
@foreach($amenity as $row)
@php $i++; @endphp
@if(in_array($row->id,$existing_amenities_array))
- {{ $row->amenity_name }} @endif @endforeach
{{ PHOTOS }}
@if($listing_photos->isEmpty())
@endforeach
@endif
{{ NO_RESULT_FOUND }}
@else
@foreach($listing_photos as $row)
{{ VIDEOS }}
@if($listing_videos->isEmpty())
@endforeach
@endif
{{ NO_RESULT_FOUND }}
@else
@foreach($listing_videos as $row)
{{ ADDITIONAL_FEATURES }}
@if($listing_additional_features->isEmpty())
@foreach($listing_additional_features as $row)
@endif
{{ NO_RESULT_FOUND }}
@else
{{ $row->additional_feature_name }} | {{ $row->additional_feature_value }} |