@extends('admin.master_layout') @section('title') {{ __('translate.Car for Sale') }} @endsection @section('body-header')

{{ __('translate.Car for Sale') }}

{{ __('translate.Manage Car') }} >> {{ __('translate.Car for Sale') }}

@endsection @section('body-content')

{{ __('translate.Switch to language translation') }}

@csrf @method('PUT')

{{ __('translate.Basic Information') }}

@if (admin_lang() == request()->get('lang_code'))
@endif
@if (admin_lang() == request()->get('lang_code'))
@endif
@if (admin_lang() == request()->get('lang_code'))

{{ __('translate.Key Information') }}

{{ __('translate.Features') }}

@foreach ($features as $index => $feature)
id, $existing_features) ? 'checked' : '' }} class="d-none" type="checkbox" id="add1{{ $index }}" name="features[]" value="{{ $feature->id }}">
@endforeach
@endif

{{ __('translate.Video Information') }}

@if (admin_lang() == request()->get('lang_code'))
@endif

{{ __('translate.Address & Google Map') }}

@if (admin_lang() == request()->get('lang_code'))
@endif

{{ __('translate.SEO Information') }}

@if ($car->approved_by_admin == 'pending') @endif @if ($car->is_featured == 'disable') @else @endif
@endsection @push('style_section') @endpush @push('js_section') @endpush