@extends('layouts.reportes') @if($estilos)
@section('styles')
@include('includes.estilos-reportes')
@stop @endif
@section('content')
ASIGNACIONES POR COBRADOR AL INICIO Y AL CIERRE {{ \App\Helper\Helper::mes( $detalles['mes'])}} / {{$detalles['anio']}}
@include('cobranza.reportes.asignaciones.tabla')
@stop