@extends('masushuaia.plantilla') @section('titulo', 'Datos del cupon') @section('scripts') @endsection @section('breadcrumb1') @endsection @section('breadcrumb') @if ($cuponDeDescuento->idcupon != 198) @if ($globalId > 0) @endif @endif @endsection @section('breadcrumb-list') @endsection @section('contenido')
@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)
Tags de búsqueda
@endif
Comercio y sucursales
Sucursal
@endsection