@extends('layouts.master_app') @section('title') Reporte de merma | {{$company_product->name}} @endsection @section('menu_tickets', 'here show') @section('css') @endsection @section('content')

Reporte de Merma: {{$company_product->name}} {{ $start }} - {{ $end }}

Selected
@include('partials.success') @foreach( $loss as $item ) @endforeach
Fecha Merma Vendedor
{{ $item->date }} {{ $item->loss }} KG {{ $item->user->person->fullname }}
TOTAL {{ $total_loss }} KG
@endsection @section('js') @endsection