@forelse($payment_methods as $payment_methods)

{!! $payment_methods['name'] !!}

{!! $payment_methods['description'] !!}

{!! $payment_methods['geteway'] !!}

{!! $payment_methods['is_enabled'] !!}
[View]
@empty

No payment_methods

@endif