{{__('Hello')}}
@if($type == 'customer'){{__('A payment from')}} {{$data->name}} {{__('was successful. Donation Log ID')}} #{{$data->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->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}} |