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

Purchase

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

@include('inventory.global.install_product_by_category')
{{-- end --}}
@if (warehouse_info()->change_store == 1)
@endif {{--
--}}
@if (count($vat_tax) > 0) {{--
--}} {{--
--}} @endif
@php($span = 11)
@if (warehouse_info()->use_expiry == 1) @php($span++); @endif @if (count($vat_tax)>0) @php($span+=2); @endif @for ($i = 1; $i <= 5; $i++) @include('inventory.global.dual_unit') @if (warehouse_info()->use_expiry == 1) @endif @if (count($vat_tax)>0) @include('inventory.global.vats_product_wise') @endif @endfor
# Products Unit Desc ImgExpiry DateQuantity Price Disc(%) M. Dc Net PriceVAT
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
TotalACTION
{{ $i }} @if ($setting->party_wise_price == 1) @else @endif @include('inventory.global.non_comsume.pro_free_modal')
@include('inventory.global.loader')

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