@extends('adminlte::page') @section('title', 'Lista de Ingresos') @section('plugins.Datatables', true) @section('plugins.Sweetalert2', true) @section('content_header')
# | Usuario | Fecha Registro | Monto | Motivo | Acciones |
---|---|---|---|---|---|
{{ $ingreso->id }} | {{ $ingreso->user->name }} | {{ $ingreso->fecha_registro }} | {{ $ingreso->monto }} | {{ $ingreso->motivo }} |