@extends('layouts.master') @section('content')
View {{ $voucherDetails->voucher_type }}

View {{ $voucherDetails->voucher_type }} Back to {{ $voucherDetails->voucher_type }}

Voucher Type: {{ $voucherDetails->voucher_type }}
Status: {{ $vou_other_detail->status }}
Business Partner: {{ $vou_other_detail->partner_name }}
Description: {{ $vou_other_detail->desciption }}
Voucher Number:
{{ $voucherDetails->voucher_number }}
Voucher Date:
{{ date('d-m-Y', strtotime($voucherDetails->created_at)) }}

@foreach ($accountVouchers as $voucher) @endforeach
Account Number Account Title Payment Mode Instrument # Cost Center Remarks Debit Credit
{{ $voucher->account_no }} {{ $voucher->account_title }} {{ $voucher->payment_mode }} {{ $voucher->instrument }} {{ $voucher->cost_center_name }} {{ $voucher->remarks }} {{ $voucher->debit }} {{ $voucher->credit }}
Total {{ number_format($totalDebit, 2) }} {{ number_format($totalCredit, 2) }}
@endsection @push('scripts') @endpush