@extends('shared/reportes') @section('title','vista previa Inventario') @section('content')
| Identificacion | Empleado | Total venta | Cantidad ordenes vendida | Propina |
|---|---|---|---|---|
| {{$item->identificacion}} | {{$item->nombre_completo}} | ${{number_format($item->total_ventas)}} | {{$item->canidad_ordeneses_vendidas}} | ${{number_format($item->total_propina)}} |