{{__('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}} |