@if($row->status == \App\Models\Transaction::DIGITAL)
{{__('messages.filter_name.digital')}}
@elseif($row->status == \App\Models\Transaction::STRIPE_PAYMENT)
{{ __('messages.filter_name.stripe') }}
@elseif($row->status == \App\Models\Transaction::PAYPAL_PAYMENT)
{{ __('messages.filter_name.paypal') }}
@elseif($row->status == \App\Models\Transaction::PAYSTACK_PAYMENT)
{{ __('messages.filter_name.paystack') }}
@elseif($row->status == \App\Models\Transaction::MANUALLY)
{{__('messages.filter_name.manually')}}
@else
@endif