@foreach($albums as $album) @endforeach
Album Name Event Description Cover Image External Link Actions
{{ $album->album_name }} {{ Str::limit($album->event_description, 50) }} Cover Image @if ($album->external_link) Visit Link @else N/A @endif
@csrf @method('DELETE')