@extends('layouts.app') @section('content')
| Código | Mineral | Fecha recepción | Periodo | Fecha emisión | Razón social | Humedad | Peso (W) | Obs. | Tickets | Acciones |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $h->codigo ?? $h->id }} | {{ $h->mineral->nombre ?? '' }} | {{ $h->fecha_recepcion ? \Carbon\Carbon::parse($h->fecha_recepcion)->format('d/m/Y') : '' }} | {{ $periodoTexto }} | {{ $h->fecha_emision ? \Carbon\Carbon::parse($h->fecha_emision)->format('d/m/Y') : '' }} | {{ $h->cliente->razon_social ?? '' }} | {{ $h->humedad ?? '' }} | {{ number_format($pesoTotal, 0, '.', ',') }} | @foreach($h->pesos as $p) {{ $p->nro_salida }} - {{ $p->origen }} @endforeach | Ver Editar Informe | |
| Sin registros | ||||||||||