@extends('front.layouts.app') @section('content')
@include('front.partials.breadcrumbs')

@if ($page_type == 'search') @if (isset($title)) {{ $title }} @endif @else @if (isset($category) && !is_null($category)) Latest {{ $category->name }} from FutureWalker @else AI & Tech News from FutureWalker @endif @endif

@include('front.partials.news_bites')
@if ($rss_posts->count() > 0) @if ($rss_posts instanceof \Illuminate\Pagination\CursorPaginator)
{{ $rss_posts->links('pagination::simple-bootstrap-5-rounded') }}
@endif @else
No 🍪 bites found yet.
@endif
@include('front.partials.sidebar')
@endsection @push('top_head') {!! $breadcrumb_context !!} @endpush