@extends('layouts.adminapp') @section('content') {{-- =============================================== START SHOW AREA =============================================== --}}
@php $Y = date('Y', strtotime($Expense->date)); $M = date('F', strtotime($Expense->date)); $D = date('d', strtotime($Expense->date)); $get_amount = PBFunc::AmountInWords($Expense->amount); @endphp {{-- @include('PrintHeader.header') --}}
{{ __('lng.PaymentVoucherReceipt') }}

@currency($Expense->amount)

{{ __('lng.Completed') }} . {{ $D }} {{ $M }} {{ $Y }}

{{ __('lng.PaymentVoucherDetails') }}
{{ __('lng.Invoiceno') }} .
#{{ $Expense->invoicenumber }}
{{ __('lng.Name') }}
{{ $Expense->name }}
{{ __('lng.Expence') }}
{{ $Expense->expenseledger->title }}
{{ __('lng.TotalAmountinwords') }}
{{ $get_amount }} Only
{{ __('lng.Head') }}
{{ $Expense->payledger->title }}
@if ($Expense->narration)
{{ __('lng.Narration') }}
@endif
{{ $Expense->narration }}
@include('PrintHeader.CompanyDetails2')
{{-- =============================================== END SHOW AREA =============================================== --}} {{-- =============================================== START PRINT AREA =============================================== --}}
{{-- =============================================== END PRINT AREA =============================================== --}} @endsection