| Rancho | Producto | Descripcion | Unidad Medida | Cantidad | Costo | Opciones |
|---|---|---|---|---|---|---|
| {{ $r->rancho?->id.' - '.$r->rancho?->nombre }} | {{ $r->product?->id.' - '.$r->product?->nombre }} | {{ $r->product?->descripcion }} | {{ $r->product?->unidadMedida }} | {{ $r->cantidad }} | {{ $r->costo}} |
|