@extends('adminlte::page') @section('title', 'Devoluciones Producto') @section('plugins.Datatables', true) @section('plugins.Select2', true) @section('content_header')
# | Cliente | Tipo de producto | Cantidad Aves | Peso Neto | Sub Total | Fecha | Acción | @foreach ($almacen as $item)
---|---|---|---|---|---|---|---|
{{ $item->id }} | {{ $item->cliente->razon_social }} | {{ $item->tipo_pollo->descripcion }} | {{ $item->cantidad }} | {{ $item->peso_neto }} | {{ $item->subtotal }} | {{ $item->fecha }} |