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

Sell Return

@csrf @if ($setting->dual_currency == 1)
@endif
@if (warehouse_info()->cheque_maintain == 1) @else @endif
@include('inventory.global.driver_form')

{{-- end --}}
{{--
--}}
@if (count($vat_tax)>0)
@endif

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

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