@extends('layouts.app') @section('content')

Lista de Pagos

@include('flash::message')
@include('pagos.table')
@endsection