@csrf
@foreach(get_all_manual_payment_methods() as $method)
@php echo $method->description @endphp
@if ($method->bank_info != null) @endif
@endforeach