{{ $post->title }}
{{ $post->excerpt }}
Read More →@extends('layouts.app') @section('title', 'News & Updates') @section('content')
Stay updated with the latest news, tournament highlights, and platform updates
No posts found for "{{ request('search') }}". Try adjusting your search terms.
View All Posts @elseif(request('type'))No {{ strtolower($postTypes[request('type')]) }} posts available yet.
View All Posts @elseNo posts have been published yet. Check back soon for the latest updates!
@endif