@foreach ($albums as $index => $album) @if($element == "carousel")
{!! $album->title !!}
@elseif($element == "search")
{!! $album->title !!}
{!! $album->title !!}
by @foreach($album->artists as $artist){!! $artist->name !!}@if(!$loop->last), @endif @endforeach
@elseif($element == "grid")
{!! $album->title !!}
{!! $album->title !!}
@elseif($element == "activity") @if (count($albums) > 1) @else
{!! $album->title !!} @foreach($album->artists as $artist){!! $artist->name !!}@if(!$loop->last), @endif @endforeach Play Album
@endif @endif @endforeach