Estado de Sucursal | ID del Producto | Nombre del Producto | ¿Fue Pegado? | Precio |
---|---|---|---|---|
@if (!is_null($row->store_status)) @switch($row->store_status) @case(0) @break @case(1) @break @case(2) @break @endswitch @else -- @endif | {{ $row->productItem ? $row->productItem->name : '--' }} | {{ $row->productItem ? $row->productItem->part : '--' }} | {{ $row->was_opened ? 'Si' : 'No' }} | $ {{ number_format(round($row->unitary), 0, ',', '.') }} |