@extends('master') @section('title', 'জার্নাল ভাউচার বিবরণী') @section('breadcrumbMainTitle', 'জার্নাল ভাউচার বিবরণী') @section('content')

জার্নাল ভাউচার বিবরণী

#{{ $v_num }}
@include('message')
@error('journal_voucher_date') {{ $message }} @enderror
@error('journal_voucher_note') {{ $message }} @enderror
{{-- Debit Section --}}
@foreach ($journalvoucherInfo->journalVoucherItems as $item) @if ($item->item_debit_amount)
@endif @endforeach
{{-- Credit Section --}}
@foreach ($journalvoucherInfo->journalVoucherItems as $item) @if ($item->item_credit_amount)
@endif @endforeach
@endsection @section('page_script') @endsection