@extends('layouts.master-without-nav') @section('title') @lang('translation.qr') @endsection @section('content')

"Sifat Baxolash" MCHJ

@lang('translation.order-number'): {{ $order->number }}

@lang('translation.date'): {{ $order->created_at }}

@lang(\App\Enums\OrderStatusEnum::getLabel($order->status))

@if($conclusion)

@lang("translation.download")

@endif

{{ $order->name }}

Order qr code image
  • @lang('translation.name-of-object') : {{ $order->name_of_object }}
  • @lang('translation.contract-date') : {{ $order->contract_date }}
  • @lang('translation.region') : {{ $order->regions->{str_replace('_', '-', app()->getLocale())} }}
  • @lang('translation.district') : {{ $order->districts->{str_replace('_', '-', app()->getLocale())} }}
  • @lang('translation.estate-address') : {{ $order->address }}
  • @lang('translation.home') : {{ $order->home }}
  • @if($order->area != null)
  • @lang('translation.area') : {{ $order->area }}
  • @endif @if($order->overall_area != null)
  • @component('components.area',['title'=>'translation.overall-area','area'=>$order->overall_area]) @endcomponent
  • @endif @if($order->usefull_area != null)
  • @component('components.area',['title'=>'translation.usefull-area','area'=>$order->usefull_area]) @endcomponent
  • @endif @if($order->live_area != null)
  • @component('components.area',['title'=>'translation.live-area','area'=>$order->live_area]) @endcomponent
  • @endif
  • @lang('translation.customer'): {{ $order->customer }}
  • @lang('translation.owner') : {{ $order->owner }}
  • @lang('translation.purpose') : {{ $order->purposeOne->{str_replace('_', '-', app()->getLocale())} }}
  • @lang('translation.object-price') : @component('components.price',['balance'=>$order->object_price]) @endcomponent
@endsection