@extends('layouts.vendor.app') @section('title', translate('messages.update 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.Update the basic information of the vehicle') }}

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