@extends('layout') @section('title', 'Home') @section('content')
{{ Str::limit($post->content, 200) }}
@endif @if($post->url) {{ $post->url }} @endifNo posts yet. Be the first to create one!
@endforelseWelcome to our Reddit-like community forum! Share your thoughts, engage in discussions, and connect with others.
@auth Create Post @else Sign Up @endauth