@extends('template.layout') @section('content') @include('sweet::alert')
| Nombre usuario | Rol | Concepto | Total a pagar |
|---|---|---|---|
| {{ $item->apellido_paterno }} {{ $item->apellido_materno }} , {{ $item->nombres }} | {{ $item->Roles }} | Sanción por no entregar el libro a tiempo | {{ $item->MontoDeuda }} |