@extends('layouts.master') @section('title') @lang('translation.edit-auto-order') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.auto') @endslot @slot('title') @lang('translation.edit-auto-order') @endslot @endcomponent
@csrf @method('put')
@lang('translation.order-information')
@error('number') @lang($message,['attribute'=>trans('translation.number')]) @enderror
@error('created_at') @lang($message,['attribute'=>trans('translation.created-date')]) @enderror
@error('purpose_id') @lang($message,['attribute'=>trans('translation.purpose')]) @enderror
@lang('translation.order-customer')
customer_type)=='physical') checked @endif name="customer_type" onclick="handleCustomerClick(this.value);" value="physical" id="flexRadioDefault2">
customer_type)=='juridical') checked @endif name="customer_type" onclick="handleCustomerClick(this.value);" value="juridical" id="flexRadioDefault1">
@error('customer_last_name') @lang($message,['attribute'=>trans('translation.customer-last-name')]) @enderror
@error('customer_first_name') @lang($message,['attribute'=>trans('translation.customer-first-name')]) @enderror
@error('customer_patronymic') @lang($message,['attribute'=>trans('translation.customer-patronymic')]) @enderror
@error('customer_company') @lang($message,['attribute'=>trans('translation.customer-company')]) @enderror
@lang('translation.order-owner')
owner_type)=='physical') checked @endif name="owner_type" onclick="handleOwnerClick(this.value);" value="physical" id="flexRadioDefault3">
owner_type)=='juridical') checked @endif name="owner_type" onclick="handleOwnerClick(this.value);" value="juridical" id="flexRadioDefault4">
@error('owner_last_name') @lang($message,['attribute'=>trans('translation.owner-last-name')]) @enderror
@error('owner_first_name') @lang($message,['attribute'=>trans('translation.owner-first-name')]) @enderror
@error('owner_patronymic') @lang($message,['attribute'=>trans('translation.owner-patronymic')]) @enderror
@error('owner_company') @lang($message,['attribute'=>trans('translation.owner-company')]) @enderror
@lang('translation.auto-information')
@error('car_category') @lang($message,['attribute'=>trans('translation.car_category')]) @enderror
@error('car_mark') @lang($message,['attribute'=>trans('translation.car-mark')]) @enderror
@error('color') @lang($message,['attribute'=>trans('translation.color')]) @enderror
@error('made_date') @lang($message,['attribute'=>trans('translation.made-date')]) @enderror
@error('body') @lang($message,['attribute'=>trans('translation.body')]) @enderror
@error('engine') @lang($message,['attribute'=>trans('translation.engine')]) @enderror
@error('car_number') @lang($message,['attribute'=>trans('translation.car-number')]) @enderror
@error('type') @lang($message,['attribute'=>trans('translation.type')]) @enderror
@error('shassi') @lang($message,['attribute'=>trans('translation.shassi')]) @enderror
@error('tech_passport') @lang($message,['attribute'=>trans('translation.technical-passport')]) @enderror
@error('tech_given_date') @lang($message,['attribute'=>trans('translation.technical-passport-given-date')]) @enderror
@error('tech_given_whom') @lang($message,['attribute'=>trans('translation.technical-passport-given-by-whom')]) @enderror
@lang('translation.diller')
@error('diller_id') @lang($message,['attribute'=>trans('translation.diller')]) @enderror
@lang('translation.ordered-customer')
@error('ordered_customer') @lang($message,['attribute'=>trans('translation.ordered-customer')]) @enderror
@error('ordered_customer_phone') @lang($message,['attribute'=>trans('translation.ordered-customer-phone')]) @enderror
@lang('translation.cost')
uzs @error('cost') @lang($message,['attribute'=>trans('translation.cost')]) @enderror
@lang('translation.note')
@error('note') @lang($message,['attribute'=>trans('translation.note')]) @enderror
@endsection @section('script') @endsection