@extends('admin.template') @section('content')
Nuevos Envíos
Conductores
Clientes
Productos y/o Servicios
| Código | Descripción | Cantidad | Importe |
|---|---|---|---|
|
{{ $item["codigo"] }} |
{{ $item["producto"] }} |
{{ intval($item["cantidad"]) }} |
{{ number_format($item["precio_total"], 2, '.', '') }} |
|
Sin datos |
|||
| RUC/DNI | Razón Social | Cantidad | Importe |
|---|---|---|---|
|
{{ $item['dni_ruc'] }} |
{{ $item['cliente'] }} |
{{ $item["cantidad_ventas"] }} |
{{ number_format($item['total'], 2, '.', '') }} |
|
Sin datos |
|||