@extends('cr_blank')
@section('content')
{{-- Primera copia --}}
@include('reportes.components.comprobante', ['subtitle' => 'CONTRIBUYENTE'])
{{-- Segunda copia --}}
@include('reportes.components.comprobante', ['subtitle' => 'ARCHIVO'])
{{-- Tercera copia --}}
@include('reportes.components.comprobante', ['subtitle' => 'RECAUDACIONES'])
{{-- --}}
{{-- Cuarta copia --}}
{{--
@include('reportes.components.comprobante', ['subtitle' => 'SANEAMIENTO BĂSICO'])
--}}
@endsection
@section('scripts')
@endsection