@extends('layouts.site') @section('meta_title') {{ __('site.nav_activities') }} — {{ brand_name() }} @endsection @section('title', __('site.nav_activities')) @section('content')

{{ $activeCategory?->localizedName() ?: __('site.nav_activities') }}

{{ __('site.activities_index_subtitle') }}

@if ($categories->isNotEmpty())
! $activeCategory, 'border-brand-border text-brand-muted' => $activeCategory])> {{ __('site.mega_view_all') }} @foreach ($categories as $category) $activeCategory?->is($category), 'border-brand-border text-brand-muted' => ! $activeCategory?->is($category)])> {{ $category->localizedName() }} @endforeach
@endif
@if ($activityItems->total() === 0)

{{ __('site.empty_activities') }}

@else
@endif
@endsection