@extends('admin.layout.master') @section('title', 'SELL') @section('custom_style') @endsection @section('content')

{{__('obs.sell')}} {{__('obs.distribution')}}

@method('PUT') @csrf {{-- @if ($setting->dual_currency == 1)
@endif --}}
@error('cost_id') {{ $message }} @enderror
{{--
@error('pay_type') {{ $message }} @enderror
@error('cash_bank_id') {{ $message }} @enderror
--}}
@error('ref_no') {{ $message }} @enderror
{{--
--}}
@error('date') {{ $message }} @enderror
@error('asist_dms') {{ $message }} @enderror
@error('route_name') {{ $message }} @enderror
status == 1 ? "" : "checked"}} class="m-1" name="stand_by" id="stand_by" value="0">
{{--
@error('cheque_no') {{ $message }} @enderror
@error('cheque_date') {{ $message }} @enderror
--}}
@include('inventory.global.driver_form')
{{-- end --}} {{--
--}} @if (count($vat_tax)>0)
{{--
--}} @endif
@if (count($vat_tax)>0) @endif @php($i=0) @forelse ($invoice->transaction as $item) {{-- Issue --}} @if ($pro_setting->dual_unit != NUll) @else @endif {{-- Return --}} @if ($pro_setting->dual_unit != NUll) @else @endif {{-- Sell --}} @if (count($vat_tax)>0) @include('inventory.global.vats_product_wise') @endif @empty @endforelse
# {{__('obs.products')}} {{__('obs.desc')}} {{__('obs.img')}} {{__('obs.avail')}} {{__('obs.qty')}} {{__('obs.issue')}} {{__('obs.return')}} {{__('obs.sell')}} {{__('obs.price')}} {{__('obs.disc')}} {{__('obs.(%)')}} {{__('obs.manual')}} {{__('obs.dc')}} {{__('obs.net')}} {{__('obs.price')}}VAT
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
{{__('obs.total')}}{{__('obs.action')}}
{{__('obs.unit')}} {{__('obs.qty')}} {{__('obs.unit')}} {{__('obs.qty')}} {{__('obs.qty')}}
{{ $i }}
{{-- --}}
unit_qty > 1 && $setting->unit_qty) == 1 ? '' : 'readonly') }} name="unit_qty[]" value="{{$item->unit_qty}}" onchange="setDistributionSellUnitQty({{ $i }}, this.value)" id="unit_qty{{ $i }}" class="form-control">
order_qty > 1 && $setting->unit_qty) == 1 ? '' : 'readonly') }} name="ret_unit_qty[]" value="{{$item->order_qty}}" onchange="setDistributionSellUnitQty({{ $i }}, this.value, 'ret_')" id="ret_unit_qty{{ $i }}" class="form-control">

@include('inventory.global.inv_foot')
@include('inventory.product.distribution_sell.collection') @include('inventory.modal.cheque_due_collection')
@include('inventory.modal.expense')
@include('inventory.global.img_show') @endsection @section('script') @endsection