@php $default_lang = get_default_language(); @endphp {{__('Payment Success For ').get_static_option('site_'.$default_lang.'_title')}}
{!! render_image_markup_by_attachment_id(get_static_option('site_logo')) !!}

{{__('Hello')}}

@if($type == 'customer')

{{__('A payment from '.$data->name.' was successful. Donation Log ID #'.$data->donation_id.', Donated cause "'.$data->donation->title.'" Paid Via '.ucfirst(str_replace('_',' ',$data->payment_gateway)))}}

@else

{{__('You get payment from '.$data->name.'. For donation log ID #'.$data->donation_id.', donated cause "'.$data->donation->title.'" paid via '.ucfirst(str_replace('_',' ',$data->payment_gateway)))}}

@endif
{{amount_with_currency_symbol($data->amount)}}
{{__('Donate ID')}} #{{$data->donation_id}}
{{__('Cause Name')}} {{$data->donation->title}}
{{__('Donate Amount')}} {{amount_with_currency_symbol($data->amount)}}
{{__('Payment Gateway')}} {{ucfirst(str_replace('_',' ',$data->payment_gateway))}}
{{__('Payment Status')}} {{$data->status}}
{{__('Transaction ID')}} {{$data->transaction_id}}