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

Purchase Return

@if (count($vat_tax)>0)
@endif
@csrf @if ($setting->dual_currency == 1)
@endif
@include('inventory.global.driver_form')
{{-- end --}}
{{--
--}}
@if (count($vat_tax) > 0) {{--
--}} {{--
--}} @endif
@if (count($vat_tax)>0) @endif @for ($i = 1; $i <= 5; $i++) @include('inventory.global.dual_unit') {{-- @if ($pro_setting->dual_unit != NUll) @else @endif --}} @if (count($vat_tax)>0) @endif @endfor
# Products Unit Desc Img Quantity Purchase Qty Avail Qty Price Disc(%) Manual Dc Net PriceVAT
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
TotalACTION
{{ $i }}
@if ($setting->party_wise_price == 1) @else @endif
@forelse ($vat_tax as $j=> $vat)
is_fixed == 1 ? 'readonly' : '' }} class="form-control zero vat{{ $i }}">
@empty @endforelse

@include('inventory.global.inv_foot') {{--
@if (count($vat_tax)>0)
@endif
--}}
@include('inventory.modal.expense')
@include('inventory.global.img_show') @endsection @section('script') @endsection