@extends('plantilla') @section('titulo', "Informar Pago") @section('scripts') @endsection @section('breadcrumb')
@endsection @section('contenido')
@if(isset($array_cobros) && count($array_cobros)>0) @else
No tiene cobros pendientes @endif
Informar pago
@endsection