{{-- @extends('admin.layout.master') @section('title', 'SELL') @section('custom_style') @include('inventory.blade_styles.posting_blade_css') @endsection @section('content')

Sell Edit

@method("PUT") @csrf @if ($setting->dual_currency == 1)
@endif
@if (warehouse_info()->cheque_maintain == 1) @else @endif
status == 1 ? "" : "checked"}} name="stand_by" id="stand_by" value="0">

@forelse ($invoice->transaction as $i => $item) @if ($pro_setting->dual_unit != NUll) @else @endif @empty @endforelse
# Products Unit Desc Img Qty Price Disc(%) Net Price ACTION
{{ ++$i }}
There is no data recorded

customer->commission_type == 1 ? 'readonly' : ''}} onkeyup="manualDC('%')" onchange="manualDC('%')" class="form-control" id="n_discount">
customer->commission_type == 1 ? 'readonly' : ''}} onkeyup="manualDC('tk')" onchange="manualDC('tk')" class="form-control" id="n_manual_discount">
@endsection @section('script') @endsection --}}