diff --git a/resources/views/communities/create.blade.php b/resources/views/communities/create.blade.php new file mode 100644 index 0000000..de43527 --- /dev/null +++ b/resources/views/communities/create.blade.php @@ -0,0 +1,39 @@ +@extends('layout') + +@section('title', 'Create Community') + +@section('content') +
{{ $community->description }}
+ @endif +No communities yet. Be the first to create one!
+ @endforelse + +{{ Str::limit($post->content, 200) }}
+ @endif + @if($post->url) + {{ $post->url }} + @endif + +No posts yet. Be the first to post!
+ @endforelse + +{{ $community->description }}
+ @endif +{{ Str::limit($post->content, 200) }}
+ @endif + @if($post->url) + {{ $post->url }} + @endif + +No posts yet. Be the first to create one!
+ @endforelse + +Welcome to our Reddit-like community forum! Share your thoughts, engage in discussions, and connect with others.
+ @auth + Create Post + @else + Sign Up + @endauth +