Detalle de balance


Empresa:

{{$company->name}}

Fecha:

{{date('Y-m-d')}}

Ruc:

{{$company->number}}

Establecimiento:

{{$establishment->address}} - {{$establishment->department->description}} - {{$establishment->district->description}}

@php $balance = 0; @endphp @if(!empty($records))
@foreach($records as $key => $value) @endforeach
# FECHA DOCUMENTO REFERENCIA GLOSA ENTRADA SALIDA SALDO
{{$key + 1}} {{$date}} {{$full_number}} {{$reference}} {{$glosa}}  {{ number_format((float)$input, 2, '.', ',') }}  {{ number_format((float)$output, 2, '.', ',') }}  {{ number_format((float)$balance, 2, '.', ',') }}
@else

No se encontraron registros.

@endif