@extends('layouts.adminapp') @section('title') {{ __('lng.ReceiptVoucher') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_voucher', 'open') @section('active_voucher', 'active') @section('receipt_voucher', 'active') @section('content')
{{ __('lng.Invoice') }} | {{ __('lng.Date') }} | {{ __('lng.Name') }} | {{ __('lng.Ledger') }} | {{ __('lng.Head') }} | {{ __('lng.Amount') }} |
---|---|---|---|---|---|
{{ $Donation->invoicenumber }} | {{ $DTs }} | @if ($Donation->isGuest) {{ $Donation->name ?? '' }} @else {{ $Donation->member->name ?? '' }} @endif | {{ $Donation->Ledger->title ?? '' }} | {{ $Donation->payhead->title }} | @currency($Donation->amount ?? '0') |
{{ __('lng.Total') }} | @currency($Total) |