@extends('adminlte::page') @section('title', 'Artistas') @section('plugins.Datatables', true) @section('content_header')
| # | Nombres | Breve descripcion | Estado | Config | @foreach ($artistas as $artista)
|---|---|---|---|---|
| {{ $artista->id }} | {{ $artista->nombre }} | {{ $artista->descripcion }} | @if ($artista) Activo @else Inactivo @endif |