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

Sell

@csrf @if ($setting->dual_currency == 1) @include('inventory.global.dual_currency_dd') {{--
--}} @endif
@if (request()->claim_id) @endif
@error('cost_id') {{ $message }} @enderror
@error('pay_type') {{ $message }} @enderror
@error('cash_bank_id') {{ $message }} @enderror
@error('ref_no') {{ $message }} @enderror
@error('cost_id') {{ $message }} @enderror
@error('cheque_no') {{ $message }} @enderror
@error('cheque_date') {{ $message }} @enderror
@include('inventory.global.driver_form')
{{-- end --}}
{{--
--}}
@if (count($vat_tax)>0)
@endif
{{--
--}}
Sell
{{--
--}}
{{-- --}} @if (count($vat_tax)>0) @endif @for ($i = 1; $i <= 5; $i++) @if ($pro_setting->dual_unit != NUll) @else @endif @if (count($vat_tax)>0) @include('inventory.global.vats_product_wise') @endif @endfor @if (count($vat_tax)>0) @endif
# Products UnitDescImg Quantity Avail Qty Price Sub Total Disc(%) Manual Dc Net PriceVAT
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
TotalACTION
{{ $i }}
@if ($setting->party_wise_price == 1) @else @endif

Total {{-- --}}

Sell Return
@if (count($vat_tax)>0) @endif @php $x = $i; $k = 0; @endphp @for ($i = $x; $i <= $x; $i++) @include('inventory.global.dual_unit') {{-- @if ($pro_setting->dual_unit != NUll) @else @endif --}} @if (count($vat_tax)>0) @include('inventory.global.vats_product_wise') @endif @endfor @if (count($vat_tax)>0) @endif
# Products Unit Desc Img Return Total Qty Price Sub Total Disc(%) Manual Dc Net PriceVAT
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
TotalACTION
S. Ret S. Dmg F. Dmg
{{ ++$k }}
@if ($setting->party_wise_price == 1) @else @endif

Total {{-- --}}

@include('inventory.global.inv_foot')
@include('inventory.modal.expense')
@include('inventory.global.img_show') @endsection @section('script') @endsection