@extends('layouts.adminapp')
@section('content')
With supporting text below as a natural lead-in to additional content.
--}}It uses utility classes for typography and spacing to space content out within the larger container.
Learn more --}}{{__('lng.SiNo')}} | {{__('lng.Date')}} | {{__('lng.Head')}} | {{__('lng.Invoice')}} | {{__('lng.Member')}} | {{__('lng.Contact')}} | {{__('lng.Narration')}} | {{__('lng.Amount')}} |
---|---|---|---|---|---|---|---|
{{++$si}} | {{$DTs}} | {{$ReceiptVoucher->payhead->title}} | {{$ReceiptVoucher->invoicenumber}} | {{$ReceiptVoucher->member->name ?? $ReceiptVoucher->name}} | {{$ReceiptVoucher->member->contact ?? $ReceiptVoucher->phone}} | {{$ReceiptVoucher->narration}} | @currency($ReceiptVoucher->amount) |
{{__('lng.Total')}} | {{$TotalDonation}} |
{{__('lng.SiNo')}} | {{__('lng.Date')}} | {{__('lng.Invoice')}} | {{__('lng.Name')}} | {{__('lng.ExpenseLedger')}} | {{__('lng.PayLedger')}} | {{__('lng.Amount')}} | {{__('lng.Narration')}} | {{--{{__('lng.Action')}} | --}}||
---|---|---|---|---|---|---|---|---|---|---|
{{++$si}} | @php $DTs = date("d-m-Y",strtotime($PaymentVoucher->date)); @endphp{{$DTs}} | {{$PaymentVoucher->invoicenumber}} | {{$PaymentVoucher->name}} | {{$PaymentVoucher->expenseledger->title}} | {{$PaymentVoucher->payledger->title}} | {{$PaymentVoucher->narration}} | @currency($PaymentVoucher->amount) | |||
{{__('lng.Total')}} | {{$TotalExpence}} |
{{__('lng.TotalIncome')}} | {{$TotalDonation}} - {{__('lng.CR')}} |
---|---|
{{__('lng.TotalExpence')}} | {{$TotalExpence}} - {{__('lng.DR')}} |
@if ($TotalDonation - $TotalExpence >=0 ) {{$TotalDonation - $TotalExpence}} {{__('lng.CR')}} @else {{abs($TotalDonation - $TotalExpence)}} - {{__('lng.DR')}} @endif |