{{ __('Edit Journal Voucher') }}

  1. {{ __('Dashboard') }}
  2. {{ __('Journal Vouchers') }}
  3. {{ __('Edit Journal Voucher') }}
  4. {{ $journalVoucher->voucher_number }}
@csrf @method('put')
{{ __('Basic Details') }}
@error('voucher_date')

{{ $message }}

@enderror
@error('machine_id')

{{ $message }}

@enderror
@error('user_id')

{{ $message }}

@enderror
{{ __('Consume Products') }}
@if($journalVoucher->journal_voucher_product->where('type', 'consume')->isNotEmpty()) @foreach($journalVoucher->journal_voucher_product->where('type', 'consume') as $vkey => $vValue) @if($vValue->journal_voucher_product_size->isNotEmpty()) @endif @endforeach @endif
Product Name
@foreach($vValue->journal_voucher_product_size as $qpskey => $qpsvalue) @endforeach
{{ __('Size') }} {{ __('Qty') }} {{ __('Unit') }}
{{ __('Produce Products') }}
@if($journalVoucher->journal_voucher_product->where('type', 'produce')->isNotEmpty()) @foreach($journalVoucher->journal_voucher_product->where('type', 'produce') as $vkey => $vValue) @if($vValue->journal_voucher_product_size->isNotEmpty()) @endif @endforeach @endif
Product Name
@foreach($vValue->journal_voucher_product_size as $qpskey => $qpsvalue) @endforeach
{{ __('Size') }} {{ __('Qty') }} {{ __('Unit') }}
{{ __('Cancle') }}
@include('quotations.partials.add_new_ring_size') @push('script') @endpush