@foreach($payments as $k => $payment)
{!! \Illuminate\Support\Facades\App::call('\\Modules\\'.$payment->module_name.'\Http\Controllers\\'.$payment->module_name.'Controller@index',['order_id' => $order->id,'module_id' => $payment->id]) !!}
@endforeach