@extends('layouts.master_app') @section('title') Reporte de merma | {{$company_product->name}} @endsection @section('menu_tickets', 'here show') @section('css') @endsection @section('content')
| Fecha | Merma | Vendedor |
|---|---|---|
| {{ $item->date }} | {{ $item->loss }} KG | {{ $item->user->person->fullname }} |
| TOTAL | {{ $total_loss }} KG |