@extends('adminlte::page') @section('title', 'Detalle de Merma') @section('plugins.Datatables', true) @section('content_header')
# | Tipo Ingreso Producto | Presentacion | Tipo de Producto | Peso Merma |
---|---|---|---|---|
{{ $detalle->id }} | {{ $tipoIngreso = [1 => 'CAMION', 2 => 'POR STOCK', 4 => 'BENEFICIADO'][$detalle->tipo_ingreso] ?? 'N/D' }} | {{ $detalle->presentacion }} | {{ $detalle->tipo }} | {{ $detalle->peso }} |