📚 Knowledge Hub

Latest Blogs

Explore expert insights, comprehensive tutorials, and the latest trends in technology and development.

{{ $posts->count() }} Articles
Updated Weekly
@forelse ($posts as $post)
{{ $post->title }}
@if(isset($post->category)) {{ $post->category }} @endif

{{ $post->title }}

{{ \Illuminate\Support\Str::limit(strip_tags($post->content), 130) }}

{{ substr($post->author ?? 'A', 0, 1) }}
{{ \Carbon\Carbon::parse($post->published_at)->format('d M Y') }}
{{ number_format($post->views) }} {{ ceil(str_word_count(strip_tags($post->content)) / 200) }} min
@empty

No Posts Available

Check back soon for new content and updates.

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