{!! render_image_markup_by_attachment_id(get_static_option('site_logo')) !!}

{{__('Donation Information')}}

@if(!empty($donation_details))
{{__('Thumbnail')}} {{__('Donation Info')}}
{!! render_image_markup_by_attachment_id($donation_details->donation->image,'','thumb') !!}
  • {{__('Donation Log ID')}}: #{{$donation_details->id}}
  • {{__('Donation Case Title')}}: {{{$donation_details->donation->title}}}
  • {{__('Donated Amount')}}: {{amount_with_currency_symbol($donation_details->amount,true)}}
@endif

{{__('Donation Summery')}}

{{__('Donor Name')}} {{$donation_details->name}}
{{__('Donor Email')}} {{$donation_details->email}}
{{__('Amount')}} {{amount_with_currency_symbol($donation_details->amount,true)}}
{{__('Payment Gateway')}} {{str_replace('_',' ',$donation_details->payment_gateway)}}
{{__('Payment Status')}} {{$donation_details->status}}
{{__('Transaction ID')}} {{$donation_details->transaction_id}}