Blog

Insights on technology, innovation, and digital transformation

@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 (!$search && !$dateFilter && $ordering == 'latest') {{ $heroHeading }} @else Filtered Articles @endif

@forelse ($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) }}
@empty

No post found.

@endforelse
{{ $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

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