@extends('cr_blank_num') @section('content') @php $titulo = $title; @endphp @include('reportes.components.pdf_header')
@if ($color)
@endif
{{ $zona ? $zona->nombre : '-' }}
@if ($color)
@endif
{{--
{{ $zona }}
--}}
Periodo: {{ $mes }} {{ $gestion }}
{{--
Mes: {{ $mes }}
--}} {{--
Gestión: {{ $gestion }}
--}} @php $total = $data->sum('deuda_total'); @endphp @foreach ($data as $index =>$item) @php $esUltima = $index === $total - 1; $sombreado = ($index % 2 === 1) ? 'row-alt' : ''; @endphp @endforeach {{-- --}}
N. Código N° de Medidor Nombre del Contribuyente Lect. Ant Lect. Actual Total Consumo (m3) Observaciones
{{ ++$i }} {{ $item['codigo'] }} {{ $item['numero'] }} {{ $item['socio']->nombre_completo }} {{ $item['medida_anterior'] }} {{ $item['medida_actual'] }} {{ $item['consumo'] }} {{ $item['observacion'] }}
TOTALTOTAL {{ $data->sum('consumo') }}
@if (count($firmas))
@foreach ($firmas as $item) @endforeach @for ($i = 0; $i < count($firmas); $i++) @endfor
__________________________
{{ $firmas[$i] }}
{{ $cargos[$i] }}
@endif {{--
{{ $txt_total }}
--}} @endsection @section('scripts') @endsection