@extends('index') @section('content') @include('artist.nav', ['artist' => $artist])
@if(count($similar))
@include('commons.artist', ['artists' => $similar, 'element' => 'similar'])
@else

{{ __('web.EMPTY_SIMILAR_ARTISTS') }}

@endif
@endsection