@extends('backend.index') @section('content')
{!! $artist->name !!}

Songs: {{ $artist->song_count }}

Albums: {{ $artist->album_count }}

@csrf
@include('backend.commons.song', ['songs' => $artist->songs])
Title (?) Artist(s) Album Likes Plays Approved Extra Disk Action
@include('backend.commons.album', ['albums' => $artist->albums])
Name Artist Approved Action
@endsection