@extends('layouts.master') @section('content')
Journal Voucher

Journal Voucher Add Journal Voucher

{{-- @foreach ($vouchersNumber as $vouchersUnique) @foreach ($vouchersUnique->vouchers as $key => $voucher) @endforeach @endforeach
S.No Created Date Debit Credit Business Partner Payment Mode Action
{{ $vouchersUnique->voucher_number }}
{{ $key + 1 }} {{ date('d-m-Y', strtotime($voucher->date)) }} {{ $voucher->debit }} {{ $voucher->credit }} {{ $voucher->partner_name }} {{ $voucher->payment_mode }} @can('Journal Journal Vouchers edit') @endcan @can('Journal Journal Vouchers delete') @endcan
--}} {{-- @foreach ($vouchersNumber as $vouchersUnique) @endforeach
S.No Voucher Number Expand Vouchers Action
{{ $loop->iteration }} {{ $vouchersUnique->voucher_number }} @foreach ($vouchersUnique->vouchers as $key => $voucher) @endforeach
# Created Date Debit Credit Business Partner Payment Mode
{{ $key + 1 }} {{ date('d-m-Y', strtotime($voucher->date)) }} {{ $voucher->debit }} {{ $voucher->credit }} {{ $voucher->partner_name }} {{ $voucher->payment_mode }}
View Remove
S.No Voucher Number Expand Vouchers Action
--}}
created date Debit Credit Account Name Business Partner Type Business Partner Action
created date Debit Credit Account Name Business Partner Type Business Partner Action
@endsection @push('scripts') @endpush