@extends('layouts.memberapp') @section('title') {{ __('lng.Member') }} - {{ __('lng.Donation') }} @endsection @section('active_donation', 'active') @section('content')

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

{{ __('lng.Donation') }} {{ __('lng.Payments') }}
@php $si=0; @endphp @foreach ($Donations as $Donation) @php $DTs = date("d-m-Y",strtotime($Donation->date)); @endphp @endforeach
# {{__('lng.Date')}} {{__('lng.Invoice')}} {{__('lng.Voucher')}} {{__('lng.Amount')}}
{{++$si}} {{$DTs}} {{$Donation->invoicenumber}} {{$Donation->VoucherType->title}} @currency($Donation->amount) {{__('lng.Receipt')}}
@endsection