@foreach ($tipo as $t) @endforeach
ALCALDÍA DE UBATÉ
Sistema de Información de Ventanilla Única
Reporte Consolidado por Tipos
COMUNICACIONES OFICIALES {{date('Y')}}
TIPO RADICADO MES AÑO CANTIDAD
{{$t->nombretipo}} @switch($t->mes) @case(1) Enero @break @case(2) Febrero @break @case(3) Marzo @break @case(4) Abril @break @case(5) Mayo @break @case(6) Junio @break @case(7) Julio @break @case(8) Agosto @break @case(9) Septiembre @break @case(10) Octubre @break @case(11) Noviembre @break @case(12) Diciembre @break @default @endswitch {{$t->year}} {{$t->cantidad}}
TOTAL {{$total}}
Fecha Generacion: {{date('d-m-Y H:m')}} Usuario que genera: {{Auth::user()->name}}