Our Blog

Insights, updates, and expert perspectives on software development, technology trends, and digital transformation.

All Posts @foreach($categories as $categoryName) {{ $categoryName }} @endforeach
@php // Find the featured post $featuredPost = $posts->firstWhere('is_featured', true); // If no post is explicitly featured, just use the first one if (!$featuredPost && count($posts) > 0) { $featuredPost = $posts->first(); } @endphp @if($featuredPost)

Featured Article

Our latest insights and thought leadership in technology and innovation

{{ $featuredPost->meta_title ?? $featuredPost->title }}
Featured
{{ $featuredPost->category }}

{{ $featuredPost->title }}

{{ $featuredPost->excerpt }}

{{ $featuredPost->author }}

{{ $featuredPost->author }}

{{ \Carbon\Carbon::parse($featuredPost->published_at)->format('F d, Y') }} @if($featuredPost->reading_time) {{ $featuredPost->reading_time }} min read @endif
Read Full Article
@endif

Latest Articles

Stay updated with our latest insights and developments

@forelse($posts as $post) @if(!isset($featuredPost) || $post->id !== $featuredPost->id)
{{ $post->meta_title ?? $post->title }}
{{ $post->category }}

{{ $post->title }}

{{ $post->excerpt }}

{{ $post->author }}

{{ $post->author }}

{{ \Carbon\Carbon::parse($post->published_at)->format('M d, Y') }}

@if($post->reading_time) {{ $post->reading_time }}m @endif
@endif @empty

No Articles Found

We couldn't find any articles in this category. Try browsing our other content or check back later for new posts.

View All Articles
@endforelse
@if($posts->count() > 0)
{{ $posts->links('vendor.pagination.tailwind') }}
@endif
Stay Connected

Subscribe to Our Newsletter

Get the latest insights, trends, and expert perspectives delivered straight to your inbox. Join our community of tech enthusiasts and industry leaders.

Weekly tech insights
No spam, ever
Unsubscribe anytime