@extends('mail.layout') @section('mainsection')

Donation Receipt

Receipt No:{{$donation->id}}

{{env('APP_NAME')}}

ABN: {{ getSettingByKey('abn') }}

{{config('app.address')}}

{{config('app.email')}}

{{config('app.contact_number')}}

@if($donation->member_number) @endif @if($donation->contact_number) @endif @if($donation->email) @endif @if($donation->remarks) @endif
Donated By {{$donation->full_name}}
Member Number {{$donation->member_number}}
Contact Number {{$donation->contact_number}}
Email {{$donation->email}}
Donation Amount {{$donation->currency.' $'.$donation->amount}}
Date Of Donation {{$donation->created_at->format('d-m-Y')}}
Payment Method {{$donation->payment_method}}
Description of Donation {{$donation->remarks}}


Thank you for your generiousity. We appreciate your support

Payment made via Receipt will be verified manually and confirmation email will be sent again after verification.

@endsection