@extends('app') @section('content')
| Id Tamaño | Descripcion | Cantidad | Unidad | Estado | |
|---|---|---|---|---|---|
| {{ @$report['idVolumen'] }} | {{ @$report['nombre'] }} | {{ @$report['cantidad'] }} | {{ @$report['unidad'] }} | @if (@$report['Estado']==1)Activo | @elseInactivo | @endif @endforeach