@if(!empty($payment))
@foreach ($payment as $k_mod=>$v_mod)
@if(!empty(@$payment_systems[$k_mod]['enable'])) {!! @\Wh::check_clas_is(@\Wh::object_module($k_mod, "payment")."@frontend", $payment_systems[$k_mod]) !!}
@endif
@endforeach @endif