@extends('layouts.admin') @section('title') RELACION PAGOS DE COBRANZA @stop @section('titulo') RELACION PAGOS DE COBRANZA @stop {{--@section('libros-opcion')active @stop--}} @section('acciones') {{-- Nueva Remision--}} @stop @section('descripcion') @stop @section('content')
{{ csrf_field()}}

@if(count($datos)>0)
@endif
@if(count($datos)>0) @include('cobranza.reportes.relacionpagos.tabla') @else

NO SE ENCONTRARON REGISTROS.

@endif
@section('scripts') @stop @endsection