@if (isset($aComercios))
@php
$nombreComercio = '';
if (!empty($cuponDeDescuento->fk_idcomercio)) {
foreach ($aComercios as $c) {
if ((int)$c->idcomercio === (int)$cuponDeDescuento->fk_idcomercio) {
$nombreComercio = trim($c->nombre);
break;
}
}
}
@endphp
@endif
@if (isset($aTipoCompra))
@endif
@if (isset($aRubros))
@endif
@if ($globalId > 0)