@foreach ($artists as $index => $artist) @if($element == "carousel")
{!! $artist->name !!}
@elseif ($element == "search")
{!! $artist->name !!}
{!! $artist->name !!}
@if($artist->favorite) Following @else Follow @endif
@elseif ($element == "activity") @if (count($activity->details->objects) > 1) @else
{!! $artist->name !!} @if($artist->favorite) Following @else Follow @endif
@endif @else
{{ __('web.START_STATION') }} favorite) data-translate-text="FOLLOWING" @else data-translate-text="FOLLOW" @endif >@if($artist->favorite) Following @else Follow @endif

{!! $artist->name !!}

@endif @endforeach