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