@extends('admin.layout.master') @section('title','VOUCHER DETAILS') @section('custom_style') @endsection @section ('content')
| {{__('obs.particulars')}} | {{__('obs.description')}} | {{__('obs.debit')}} | {{__('obs.credit')}} |
|---|---|---|---|
{!!$ledger_name!!}
{{-- Account :
|
{!!$note!!} | {!!$damountHtml!!} | {!! $amountHtml !!} |
| {{__('obs.total_amount')}} : | {{ number_format($amount,2)}} | {{ number_format($amount,2)}} | |
| {{__('obs.in_words')}} : {{getNumberInWords($amount)}} {{__('obs.taka_only')}} | |||