@if($category === 'technology') 💻 @elseif($category === 'business') 💼 @elseif($category === 'sustainability') 🌱 @elseif($category === 'finance') 💰 @elseif($category === 'trade') 🚢 @else 📰 @endif

{{ ucwords(str_replace('-', ' ', $category)) }}

Stay informed about the latest {{ str_replace('-', ' ', $category) }} developments, trends, and opportunities shaping the Caribbean and Latin American business landscape.

{{ $articles->total() }}
Articles
{{ $articles->sum('views') }}
Total Views
{{ $articles->where('created_at', '>=', now()->subDays(7))->count() }}
This Week
Sort by:
@forelse($articles as $article)
@if(!$article->featured_image) 📰 @endif

{{ $article->title }}

{{ $article->excerpt }}

@empty

No {{ str_replace('-', ' ', $category) }} articles found

We're constantly updating our {{ str_replace('-', ' ', $category) }} coverage. Check back soon for the latest news and insights.

@endforelse
@if($articles->hasPages()) @endif