@extends('layouts.vendor.app') @section('title', translate('messages.Add New Vehicle')) @push('css_or_js') @endpush @section('content')
@php($language = \App\Models\BusinessSetting::where('key', 'language')->first()) @php($language = $language->value ?? null) @php($defaultLang = 'en')
@csrf
{{ translate('messages.General_Information') }}

{{ translate('messages.Insert the basic information of the vehicle') }}

@if ($language) @endif @if ($language)
@foreach (json_decode($language) as $lang)
@endforeach @else
@endif

{{ translate('JPG, JPEG, PNG Less Than 1MB') }} ({{ translate('Ratio 2:1') }})

{{ translate('messages.Images') }}

{{ translate('messages.JPG, JPEG, PNG Less Than 1MB') }} {{ translate('(Ratio 2:1)') }}

{{ translate('Click to upload') }}
{{ translate('or drag and drop') }}
{{ translate('messages.Vehicle_Information') }}

{{ translate('messages.Insert_The_Vehicle\'s_General_Informations') }}

{{ translate('messages.Vehicle Identity') }}

{{ translate('messages.Insert_The_Vehicle\'s_Unique_Informations') }}

{{ translate('messages.Pricing & Discounts') }}

{{ translate('messages.Insert_The_Pricing & Discount Informations') }}

{{ translate('messages.Search_Tags') }}

{{ translate('messages.Insert_The_Tags_For_Appear_In_User\'s_Search_List') }}

{{ translate('messages.Vehicle_Documents') }}

{{ translate('messages.Upload_Vehicle\'s_Important_Documents') }}

{{ translate('Click to upload') }}
{{ translate('or drag and drop') }}
@endsection @push('script_2') @endpush