@extends('layouts.app') @section('content')
| Código | Nombre | Tipo | Categoría | Nivel | Estado | Acciones |
|---|---|---|---|---|---|---|
| {{ $account->code }} | {{ $account->name }} | {{ ucfirst($account->type) }} | {{ $account->category ? ucfirst(str_replace('_', ' ', $account->category)) : 'N/A' }} | {{ $account->level }} | {{ $account->is_active ? 'Activo' : 'Inactivo' }} | |
| No hay cuentas registradas | ||||||