{{ __('Filter by:') }} @foreach ($categories as $key => $label) @endforeach
@foreach ($activities as $activity) @php $activityDescription = $activity->translate('description'); @endphp
{{ $activity->icon }}
{{ $activity->category->translate('name') }}

{{ $activity->translate('title') }}

{{ Str::limit($activityDescription, 150) }}

@if ($activity->hasDetails() || Str::length($activityDescription) > 150) {{ __('Learn More') }} arrow_forward @endif
@endforeach

{{ content('activities.suggest.heading') }}

{{ content_html('activities.suggest.paragraph') }}