@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.sidenav', ['title' => 'Autores'])
Nombre | Año | Descripción | Estado | Acciones | |
---|---|---|---|---|---|
{{ $autor->nombre }} |
{{ $autor->año }} |
{{ Str::limit($autor->descripcion, 50) }} |
{{ $autor->estado == 1 ? 'Activo' : 'Inactivo' }} | año }}" data-descripcion="{{ $autor->descripcion }}" data-estado="{{ $autor->estado }}" title="Editar"> | |
No hay autores registrados |