@extends('adminlte::page') @section('title', 'Ver Artista') @section('content_header')

Artista

@stop @section('content')

{{ $artista->nombre }}


{{ $artista->descripcion }}

@stop @section('css') @stop