@extends('layouts.adminapp') @section('title') {{$Voucher->title}} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_receipt', 'open') @section('active_receipt', 'active') @section('active_receipt_voucher'.$Voucher->title, 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.Head') }} | {{ __('lng.Invoice') }} | {{ __('lng.Member') }} | {{ __('lng.Amount') }} | {{ __('lng.Contact') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|---|---|---|
{{ ++$si }} | @php $DTs = date("d-m-Y",strtotime($Donation->date)); @endphp{{ $DTs }} | {{ $Donation->payhead->title }} | {{ $Donation->invoicenumber }} | {{ $Donation->member->name ?? $Donation->name }} | @currency($Donation->amount) | {{ $Donation->member->contact ?? $Donation->phone }} | {{ $Donation->narration }} |
date))
type="button" title="{{ __('lng.AccountClosedEdit') }}"
@else
href="{{ route('ReceiptVoucher.edit', [$Donation->id, $Voucher->title]) }}"
title="{{ __('lng.Edit') }}"
@endif
class="btn btn-wave btn-sm btn-primary-light" data-bs-placement="bottom"
data-bs-toggle="tooltip">
@if ($Voucher->isactive)
@else
@php
echo App\Http\Controllers\VoucherTypeController ::VoucherTypeIsActive('DELETED');
@endphp
@endif
|
{{ __('lng.Showing') }} {{ $Donations->count() }} {{ __('lng.Items') }}