@extends('layouts.adminapp') @section('content')
{{__('lng.Author')}} | {{__('lng.RegisterNumber')}} | {{__('lng.HouseName')}} | {{__('lng.Phone')}} | {{__('lng.Place')}} | {{__('lng.Post')}} | {{__('lng.Pin')}} | {{__('lng.City')}} | {{__('lng.District')}} | {{__('lng.State')}} |
---|---|---|---|---|---|---|---|---|---|
{{$Author->name}} | {{$Author->House->registernumber ?? ''}} | {{$Author->House->name ?? ''}} | {{$Author->contact}} | {{$Author->House->place ?? ''}} | {{$Author->House->post ?? ''}} | {{$Author->House->pin ?? ''}} | {{$Author->House->city ?? ''}} | {{$Author->House->district ?? ''}} | {{$Author->House->state ?? ''}} |
# | {{__('lng.Date')}} | {{__('lng.Voucher')}} | {{__('lng.Head')}} | {{__('lng.Amount')}} |
---|---|---|---|---|
{{++$si}} | {{$Date}} | {{$Donation->VoucherType->title ?? ''}} | {{$Donation->payhead->title ?? ''}} | @amount($Donation->amount) |
{{__('lng.Total')}} | @currency($Total) |