@if (is_plugin_active('payment'))
@if (isset($order) && $order->payment && $order->payment->status == 'pending')
@include('plugins/ecommerce::orders.partials.payment-modal', ['order' => $order])
@else
@include('plugins/ecommerce::orders.partials.payment-modal', $model ?? [])
@endif
@endif