@extends('layouts.app') @section('content')
Knowledge Hub

Insights & Innovation

Exploring the intersection of cutting-edge technology and human-centric design.

@if($featuredPost)
@endif

Latest Articles

@forelse($posts as $index => $post)
@if($post->featured_image)
{{ $post->title }} @if($post->category) {{ $post->category->name }} @endif
@endif
{{ $post->published_at->format('M d, Y') }}

{{ $post->title }}

{{ Str::limit($post->excerpt, 110) }}

Read Article
@empty

No insights found at this moment.

Return Home
@endforelse
@if($posts->hasPages())
{{ $posts->links() }}
@endif
@endsection