@if(setting.payment_methods?.length){
@for(payment of setting.payment_methods; track payment; let i = $index;){ @if(payment?.status){
} }
}