{{ ucfirst(__('laravel-crm::lang.order_items')) }} @if(!$fromQuote)@endif

{{----}} @foreach($inputs as $key => $value) @include('laravel-crm::order-products.partials.fields') @endforeach @if(!$fromQuote) @endif
{{ ucfirst(__('laravel-crm::lang.name')) }} {{ ucfirst(__('laravel-crm::lang.price')) }} {{ ucfirst(__('laravel-crm::lang.quantity')) }} {{ ucfirst(__('laravel-crm::lang.amount')) }}
{{ ucfirst(__('laravel-crm::lang.sub_total')) }} @include('laravel-crm::partials.form.text',[ 'name' => 'sub_total', 'label' => ucfirst(__('laravel-crm::lang.sub_total')), 'type' => 'number', 'prepend' => '', 'attributes' => [ 'wire:model' => 'sub_total', 'step' => .01, 'readonly' => 'readonly' ] ])
{{ ucfirst(__('laravel-crm::lang.discount')) }} @include('laravel-crm::partials.form.text',[ 'name' => 'discount', 'label' => ucfirst(__('laravel-crm::lang.discount')), 'type' => 'number', 'prepend' => '', 'attributes' => [ 'wire:model' => 'discount', 'step' => .01, 'readonly' => 'readonly' ] ])
{{ ucfirst(__('laravel-crm::lang.tax')) }} @include('laravel-crm::partials.form.text',[ 'name' => 'tax', 'label' => ucfirst(__('laravel-crm::lang.tax')), 'type' => 'number', 'prepend' => '', 'attributes' => [ 'wire:model' => 'tax', 'step' => .01, 'readonly' => 'readonly' ] ])
{{ ucfirst(__('laravel-crm::lang.adjustment')) }} @include('laravel-crm::partials.form.text',[ 'name' => 'adjustment', 'label' => ucfirst(__('laravel-crm::lang.adjustment')), 'type' => 'number', 'prepend' => '', 'attributes' => [ 'wire:model' => 'adjustment', 'step' => .01, 'readonly' => 'readonly' ] ])
{{ ucfirst(__('laravel-crm::lang.total')) }} @include('laravel-crm::partials.form.text',[ 'name' => 'total', 'label' => ucfirst(__('laravel-crm::lang.total')), 'type' => 'number', 'prepend' => '', 'attributes' => [ 'wire:model' => 'total', 'step' => .01, 'readonly' => 'readonly' ] ])
@push('livewire-js') @endpush