@extends('cr_blank') @section('content') {{--
| N. | Fecha | Código | N° Comp. | Contribuyente | CI/NIT | OTB | Registrado por: | Total |
|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ date('d/m/y H:i', strtotime($item->fecha)) }} | {{ $item->medidor->codigo }} | {{ $item->txt_nro }} | {{ $item->razon_social }} | {{ $item->ci_nit }} | {{ $item->medidor->zona->nombre }} | {{ $item->usuario->nombre_completo }} | {{ number_format($item->total,2) }} |
| TOTAL | {{ number_format($total,2) }} | |||||||