@extends('layouts.master') @section('title') @lang('translation.edit-estate-order') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('translation.estate') @endslot @slot('title') @lang('translation.edit-estate-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.estate-information')
{{-- contract_date--}}
@error('contract_date') @lang($message,['attribute'=>trans('translation.contract-date')]) @enderror
{{-- name_of_object--}}
@error('name_of_object') @lang($message,['attribute'=>trans('translation.name-of-object')]) @enderror
{{-- region--}}
@error('region') @lang($message,['attribute'=>trans('translation.region')]) @enderror
{{-- district--}}
@error('district') @lang($message,['attribute'=>trans('translation.district')]) @enderror
@error('address') @lang($message,['attribute'=>trans('translation.estate-address')]) @enderror
@error('home') @lang($message,['attribute'=>trans('translation.home')]) @enderror
@error('area') @lang($message,['attribute'=>trans('translation.area')]) @enderror
@error('overall_area') @lang($message,['attribute'=>trans('translation.overall-area')]) @enderror
@error('usefull_area') @lang($message,['attribute'=>trans('translation.usefull-area')]) @enderror
@error('live_area') @lang($message,['attribute'=>trans('translation.live-area')]) @enderror
@lang('translation.diller')
@error('diller') @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