@extends('layout') @section('title') {{ $dealer->name }} @endsection @section('body-content')

{{ html_decode($dealer->name) }} @php $kyc = Modules\Kyc\Entities\KycInformation::where('user_id',$dealer->id)->where('status',1)->first(); @endphp @if($kyc) @endif

@if ($dealer_ads->status == 'enable') @endif @if($cars->count() > 0)
@foreach ($cars as $index => $car)
thumb

{{ html_decode($car->title) }}

{{ __('translate.Listed by') }} :{{ html_decode($car?->dealer?->name) }}
@endforeach
@if ($cars->hasPages()) {{ $cars->links('listing_paginate') }} @endif @else

{{ __('translate.Listing Not Found!') }}

{{ __('translate.Whoops... this information is not available for a moment') }}

@endif
@endsection @push('js_section') @endpush