@extends('layout') @section('title', 'Create Community') @section('content')

Create a Community

@csrf
r/

Community names cannot be changed

@error('name')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
@endsection