@csrf
@foreach(\App\Models\ManualPaymentMethod::all() as $method)
@php echo $method->description @endphp
@if ($method->bank_info != null) @endif
@endforeach