@php
$Y = date('Y', strtotime($Journal->date));
$M = date('F', strtotime($Journal->date));
$D = date('d', strtotime($Journal->date));
$get_amount = PBFunc::AmountInWords($Journal->amount);
@endphp
@include('PrintHeader.CompanyDetails2')
{{ __('lng.JournalReciept') }}
@currency($Journal->amount)
{{ __('lng.Completed') }} . {{ $D }} {{ $M }} {{ $Y }}
{{ __('lng.JournalRecieptDetails') }}
{{ __('lng.Invoiceno') }} .
#{{ $Journal->invoicenumber }}
{{ __('lng.Debit') }}
{{ $Journal->debitledger->title }}
{{ __('lng.Credit') }}
{{ $Journal->creditledger->title }}
{{ __('lng.TotalAmountinwords') }}
{{ $get_amount }} Only
{{ __('lng.Narration') }}
{{ $Journal->narration }}