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

Purchase Edit

Inv No: {{ $invoice->invoice_no }}

@if (count($vat_tax)>0)
{{--
--}}
@endif
@method("PUT") @csrf @if ($setting->dual_currency == 1)
@endif
{{-- --}}
@if (warehouse_info()->cheque_maintain == 1) @else @endif
@include('inventory.global.driver_form')
{{-- end --}}
status == 1 ? "" : "checked"}} class="m-1" name="stand_by" id="stand_by" value="0">
@if (count($vat_tax)>0) @endif
@if (warehouse_info()->use_expiry == 1) @endif @if (count($vat_tax)>0) @endif @php $i = 0; $html = []; @endphp @forelse ($invoice->transaction as $item)
# Products Unit Desc ImgExpiry Date
Quantity
Price Disc(%) M. Dc Net PriceVAT (%)
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
TotalACTION