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

{{ $voucherInfo->voucher_type === 'INCOME' ? 'আয়ের ভাউচার বিবরণী' : 'খরচের ভাউচার বিবরণী ' }}

@include('message')
{{-- Fiscal Year --}}
{{-- Divider --}}
{{-- Input Container --}} @foreach ($codes as $code)
@endforeach
@if ($voucherInfo->voucher_doc_name)
{{ $voucherInfo->voucher_doc_name }}
@else @endif
{{-- Divider --}}
@endsection