@extends('layouts.adminapp')
@section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Date') }} | {{ __('lng.ExpireDate') }} | {{ __('lng.TargetAmount') }} | {{ __('lng.CollectionAmount') }} | {{ __('lng.Narration') }} |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $FundList->title }} | {{ $Date }} | {{ $ExpireDate }} | @currency($FundList->target_amount) | @currency($FundList->collection_amount) | {{ $FundList->narration }} |
{{ __('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') }} | @currency($TotalIncome) |
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.Invoice') }} | {{ __('lng.Name') }} | {{ __('lng.ExpenseLedger') }} | {{ __('lng.PayLedger') }} | {{ __('lng.Narration') }} | {{ __('lng.Amount') }} |
---|---|---|---|---|---|---|---|
{{ ++$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') }} | @currency($TotalExpence) |