@extends('layouts.app') @section('content')
# | Producto | Presentación | Lote | Cantidad | Caducidad |
---|---|---|---|---|---|
{{ $index + 1 }} | {{ $product->product->name }} | {{ $product->product->presentation ? $product->product->presentation->name : '-' }} | {{ $product->lot ? $product->lot->registration_number : '-' }} | {{ $product->amount }} {{ $product->product->metric->value }} | {{ $product->lot ? $product->lot->expiration_date : '-' }} |