@extends('layout') @section('title') {{ __('translate.Create Sale Car') }} @endsection @section('body-content')

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

@include('profile.sidebar')
@csrf

{{ __('translate.Thumbnail Image') }}

{{ __('translate.Upload New Image') }} *
{{ __('translate.New') }} {{ __('translate.Choose File') }} {{ __('translate.Upload') }}

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

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

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

@foreach ($features as $index => $feature)
@endforeach

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

{{ __('translate.Video Image') }}
{{ __('translate.New') }} {{ __('translate.Choose File') }} {{ __('translate.Upload') }}

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

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

@include('profile.logout')
@endsection @push('style_section') @endpush @push('js_section') @endpush