@if($albums->isEmpty())
@else
No albums published yet.
@foreach($albums as $album)
@php $cover = $album->images->first(); @endphp
@endforeach
@endif