@extends('cr_horizontal') @section('content') @php $titulo = $title; @endphp @include('reportes.components.pdf_header') {{--
| @if ($color) @endif |
{{ $zona ? $zona->nombre : '-' }}
|
@if ($color) @endif |
| N. | Código | N° de Medidor | Nombre del Contribuyente | Lect. Ant | Lect. Actual | Total Consumo (m3) | Alcant. Bs {{ $mes }} | Serv. Agua Bs {{ $mes }} | Deuda Acum. Alcant | Deuda Acum. Agua | Total Bs | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $item['codigo'] }} | {{ $item['numero'] }} | {{ $item['socio']->nombre_completo }} | {{ $item['medida_anterior'] }} | {{ $item['medida_actual'] }} | {{ $item['consumo'] }} | {{ number_format($item['alc_mes'],2) }} | {{ number_format($item['consumo_mes'],2) }} | {{ number_format($item['deuda_alc'],2) }} | {{ number_format($item['deuda_consumo'],2) }} | {{ number_format($item['deuda_total'],2) }} | |||||||||||
| TOTAL | --}}TOTAL | {{ $data->sum('consumo') }} | {{ number_format($data->sum('alc_mes'),2) }} | {{ number_format($data->sum('consumo_mes'),2) }} | {{ number_format($data->sum('deuda_alc'),2) }} | {{ number_format($data->sum('deuda_consumo'),2) }} | {{ number_format($total,2) }} | |||||||||||||||
| __________________________ | @endforeach
|
{{ $firmas[$i] }}
{{ $cargos[$i] }}
|
@endfor