@extends('layouts.reportes')
@if($estilos)
@section('styles')
@include('includes.estilos-reportes')
@stop
@endif
@section('content')
@include('includes.logo',['width'=>150])
RELACION DE CUENTAS NUEVAS INCORPORADS PARA
{{ \App\Helper\Helper::mes( $detalles['mes'])}} / {{$detalles['anio']}}
@include('cobranza.reportes.relacionnuevas.tabla')
@stop