@extends('template.layout') @section('content') @include('sweet::alert')
| Nombre usuario | Cantidad de pagos | Fecha | Monto |
|---|---|---|---|
| {{ $item->apellido_paterno }} {{ $item->apellido_materno }} , {{ $item->nombres }} | {{ $item->cantpagos }} | {{ \Carbon\Carbon::parse( $item->created_at)->format('d-m-Y') }} | {{ $item->monto }} |