|
@if (!is_array($Comercios))
{{ ($Comercios->currentPage() - 1) * $Comercios->perPage() + $loop->iteration }}
@else
@endif
|
{{ str_pad($item->REST_ID, 10, '0', STR_PAD_LEFT) }}
{{ $item->REST_NOMBRE }}
|
{{ $item->REST_DIRECCION }}, {{ $item->MUNI_NOMBRE }} {{ $item->SUCU_NOMBRE }}
|
{{ $item->REST_GERENTE }}, {{ $item->REST_TEL }}, {{ $item->REST_GERENTEMAIL }} |
{{ $item->cantidad }} |
|
@if (privilegio('Editar comercio'))
@endif
@if (privilegio('Eliminar comercio'))
@endif
@if (privilegio('Detalle comercio'))
@endif
|
@empty