Blog

Insights on technology, innovation, and digital transformation

{{ $activeCategory == 'all' || !$activeCategory ? "All Categories" : Str::title($activeCategory->name) }}
@if($dateFilter == 'all' || !$dateFilter) Any Date @elseif ($dateFilter == 'week') This Week @elseif ($dateFilter == 'month') This Month @elseif ($dateFilter == 'year') This Year @endif
@if ($ordering == 'latest') Latest First @elseif ($ordering == 'oldest') Oldest First @elseif ($ordering == 'popular') Most Popular @endif
@if($featuredPosts && !$search && !$selectedCategory && !$dateFilter && !$archiveFilter && $ordering == 'latest')

Featured Articles

@foreach ($featuredPosts as $post) @endforeach
@endif

@if (!$search && !$selectedCategory && !$dateFilter && !$archiveFilter && $ordering == 'latest') Latest Articles @else Filtered Articles @endif

@foreach ($posts as $post)
{{ $post->categories()->first()->name }}

{{ $post->title }}

{{ $post->excerpt }}

{{ $post->user->first_name . ' ' . $post->user->last_name }} {{ $post->user->first_name . ' ' . $post->user->last_name }}
{{ formatDate($post->created_at) }}
@endforeach
{{ $posts->links('vendor.pagination.numbers-only-with-ellipsis-rounded') }}

Popular Posts

@foreach ($popularPosts as $post)
Popular Post

{{ $post->title }}

{{ formatDate($post->created_at) }}

@endforeach

Categories

Popular Tags

@foreach ($tags as $tag) {{ $tag->name }} @endforeach

Archives

{{ $archiveFilterLabel }}

Stay Updated with Our Latest Insights

Join our newsletter and be the first to receive our latest articles, case studies, and technology insights directly in your inbox.

We respect your privacy. Unsubscribe at any time.

@push('scripts') @endpush