@extends('layouts.app') @section('title', 'Artist Information') @section('idname', 'single') @section('content')
Name: {{ htmlspecialchars($artist['name']) }}
Avatar:
Site: Visit Artist Page
Genres: {{ implode(', ', $artist['genres']) }}
{{ session('errors')->first() }}
@elseNo data found for the given Artist ID.
@endif