@extends('layouts.app') @section('title', 'Blog - Game World') @section('content')
{{ __('Latest news, updates, and educational content') }}
{{ Str::limit($post->excerpt ?: strip_tags($post->content), 120) }}
{{ __('Try adjusting your search or filter criteria.') }}
{{ __('View All Posts') }}