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

Sell 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
# Products Desc Img Avail Qty Issue Return Sell Price Disc(%) Manual Dc Net PriceVAT
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
TotalACTION
Unit Qty Unit Qty 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')
{{-- --}}
Cheque Entry
Due Entry
Cash
{{-- --}}
Bank
Bank Amount
Balance
Cheque Collection
Due Collection
Damage
Note
@include('inventory.modal.expense') @include('inventory.modal.cheque_entry') @include('inventory.modal.due') @include('inventory.modal.damage')
@include('inventory.modal.cheque_due_collection') @include('inventory.global.img_show') {{-- --}} @endsection @section('script') @endsection