@extends('base') @section('content') @if(session('success'))
| # | Nombre Estudiante | Concepto | Monto | Referencia de Pago | Fecha de Creación | Acciones |
|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->student->name_student }} {{ $item->student->lastName_student }} | {{ $item->payment->name_concept }} | $ {{ number_format($item->amount, 2, ",", ".") }} | {{ $item->reference_payment }} | {{ $item->created_at }} |
|