@extends('index') @section('estilos') @endsection @section('contenido')
| Fecha y Hora | Documento | Monto (S/.) | Cliente |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($item['VEN_Fecha'])->format('d/m/Y h:i a') }} | {{ $item['VEN_Tipo'].' / '.$item['VEN_Serie'] }} | S/. {{ number_format($item['VEN_Total'], 2, '.', '') }} | {{ $item['CLI_RazonSocial'] }} |