@extends('adminlte::page') @section('title', 'Reporte Egresos de dinero') @section('plugins.Select2', true) @section('content_header')
Fecha | Usuario | Monto | DescripciĆ³n | Estado |
---|---|---|---|---|
{{ $egreso->fecha_registro }} | {{ $egreso->user->name }} | {{ number_format($egreso->monto, 2) }} | {{ $egreso->descripcion }} | {{ ($egreso->estado) ? 'Activo' : 'Inactivo'}} |