@extends('front.layouts.app') @section('content')

Latest AI & tech news in 1 hyper-focused platform

{{--
Your Future Depends on Today's News

In the fast-evolving world of AI and tech, staying updated is not optional—it's critical for your future success. Stay updated with hourly news FutureWalker.

Start reading now
--}}

📡 Top keywords identified for the past 24 hours across {{ $rss_count }} articles identified by GPT

@foreach ($top_rss_keywords as $rss_keyword) #{{ $rss_keyword->value }} @endforeach
{{-- @if ($featured_posts->count() > 0)

Featured News

@foreach ($featured_posts as $post)

{{ $post->title }}

{{ $post->published_at->diffForHumans() }} {{ markdown_min_read($post->body) }}

{{ str_first_sentence($post->bites) }}

@endforeach
@endif --}}
@if ($rss_posts->count() > 0)

This Just In 🛰️

UPDATED HOURLY
@include('front.partials.news_bites') @endif {{-- @if ($latest_posts->count() > 0)

Latest News

@foreach ($latest_posts as $post)
@foreach ($post->keywords as $keyword) @if ($keyword == $post->main_keyword)

{{ $keyword }}

@else

{{ $keyword }}

@endif @endforeach
@if ($post->category) {{ $post->category->name }} @endif {{ $post->published_at->diffForHumans() }} {{ markdown_min_read($post->body) }}
@endforeach
@endif --}}
@include('front.partials.sidebar')
@endsection