@extends('themes.base.layout') @section('title', 'Welcome') @section('content')
@foreach ($albums as $album)

@php($albumUrl = $album->thumbnailUrl('preview')) @if (strlen($albumUrl) > 0) @endif

{{ $album->description }}

@endforeach
{{ $albums->links() }}
@endsection