@include('profile.sidebar')
@if ($setting && $setting->add_listing == 'enable')
@endif
{{ __('translate.Total Cars') }}
@if ($setting && $setting->add_listing == 'disable'){{0}}
{{ __('translate.View All') }} @else{{ $total_car }}
{{ __('translate.View All') }} @endif{{ __('translate.Featured Cars') }}
@if ($setting && $setting->add_listing == 'disable'){{ 0 }}
{{ __('translate.View All') }} @else{{ $total_featured_car }}
{{ __('translate.View All') }} @endif{{ __('translate.Wishlist') }}
@if ($setting && $setting->add_listing == 'disable'){{ 0 }}
{{ __('translate.View All') }} @else{{ $total_wishlist }}
{{ __('translate.View All') }} @endif{{ __('translate.Recently Added Cars') }}
| {{ __('translate.Title') }} | {{ __('translate.Brand') }} | {{ __('translate.Price') }} | {{ __('translate.Featured') }} | {{ __('translate.Status') }} | {{ __('translate.Actions') }} |
|---|---|---|---|---|---|
| {{ html_decode($car->title) }} | {{ $car?->brand?->name }} | @if ($car->offer_price) {{ currency($car->offer_price) }} @else {{ currency($car->regular_price) }} @endif | @if ($car->is_featured == 'enable') @else @endif | @if ($car->approved_by_admin == 'approved') @else @endif |