{{-- @extends('admin.layout.master') @section('title', 'PURCHASE') @section('content')

Purchase

@method("PUT") @csrf @if ($setting->dual_currency == 1)
@endif
@if (warehouse_info()->cheque_maintain == 1) @else @endif @error('cheque_no') {{ $message }} @enderror
@error('cheque_date') {{ $message }} @enderror
@error('is_barcode') {{ $message }} @enderror
status == 1 ? "" : "checked"}} name="stand_by" id="stand_by" > @error('stand_by') {{ $message }} @enderror

@php($i=0) @forelse ($invoice->transaction as $item) @if ($pro_setting->dual_unit != NUll) @else @endif @empty @endforelse
# Products Unit Desc Img Qty Price Disc(%) Net Price ACTION
{{ $i }}
@if (warehouse_info()->cal_method != 3 || $item->stockLedger->closing_qty == $item->stockLedger->purchase_qty) @endif
There is no data recorded

@error('discount_amount') {{ $message }} @enderror
@endsection @section('script') @endsection --}}