@extends('layouts.adminapp') @section('title') {{ $VoucherType->title }} - {{ __('lng.Receipt') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_journal', 'open') @section('active_journal', 'active') @section('active_journal_voucher' . $VoucherType->title, 'active') @section('content')

{{ $VoucherType->title }}

@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
{{ __('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 }}
@include('PrintHeader.CompanyDetails2')
@endsection