| {{$donation->transaction_id}} |
{{$donation->cause ? $donation->cause->title : ''}} |
{{$bex->base_currency_symbol_position == 'left' ? $bex->base_currency_symbol : ''}} {{$donation->amount}} {{$bex->base_currency_symbol_position == 'right' ? $bex->base_currency_symbol : ''}} |
{{$donation->payment_method}} |
@if ($donation->status == 'Success')
{{__('Completed')}}
@elseif ($donation->status == 'Pending')
{{__('Pending')}}
@elseif ($donation->status == 'Rejected')
{{__('Rejected')}}
@endif
|
@endforeach
@else
|
{{__('No Donation Found')}}
|
@endif