@extends('template.layoutAdmin', ['activeButton'=>'productos']) @section('style') @endsection @section('title') {{ trans('promociones.tituloPromocionesProductos') }} @endsection @section('cabecera')
{{ trans('promociones.imagen') }} | {{ trans('promociones.nombre') }} | {{ trans('promociones.valor') }} | {{ trans('promociones.categoria') }} | {{ trans('promociones.comanda') }} | {{ trans('promociones.estado') }} | {{ trans('promociones.opciones') }} | |
---|---|---|---|---|---|---|---|
@if($listproduct->imagen == null)
![]() |
{{substr($listproduct->nombre, 0, 50)}}... @switch($listproduct->valoracion) @case(1) @break @case(2) @break @case(3) @break @case(4) @break @case(5) @break @default @endswitch | {{App\Helpers\monedaH::getCurrentSimbol() ." ". number_format($listproduct->valor, 2, ',', '.')}} | {{$listproduct->funsubCategoria->nombre}} | @if($listproduct->funComanda){{$listproduct->funComanda->nombre}} | @else{{ trans('promociones.sinComanda') }} | @endif@if ($listproduct->idEstado == 1) {{ trans('promociones.activo') }} @else {{ trans('promociones.inactivo') }} @endif |