@include('profile.sidebar')
{{ __('السيارة') }} | {{ __('ماركة') }} | {{ __('السعر') }} | {{ __('الحالة') }} | {{ __('أجراء') }} |
---|---|---|---|---|
{{ html_decode($car->title) }} | {{ $car?->brand?->name }} | @if ($car->offer_price) {{ currency($car->offer_price) }} @else {{ currency($car->regular_price) }} @endif | @if ($car->approved_by_admin == 'approved') @else @endif |