@extends('layouts.adminapp') @section('content')
@include('PrintHeader.header')
Invoice No. {{$HouseSubscription->id}}
@php $DTs = date("d-m-Y",strtotime($HouseSubscription->date)); @endphp
Date {{$DTs}}

{{__('lng.DonationReciept')}}

House No.: {{$HouseSubscription->house->registernumber ?? ''}}
Name: {{$Donation->member->name ?? ''}}
Amount(in words):
Narration: {{$HouseSubscription->narration}}
Amount: {{$HouseSubscription->amount}}-/-
Sign
{{__('lng.Done')}}
@endsection