@extends('template.layout') @section('content') @include('sweet::alert')

Reporte de ingreso por trámite TUPA durante el año {{Carbon\Carbon::now()->year}}

@foreach($ingresostupa as $item) @endforeach
@endsection @section('scripts') @endsection