@extends('layouts.app') @section('content')

Configure Your Channel

Set up a Lemmy community where articles will be posted

3
4
@csrf

Enter the community name (without the @ or instance)

@error('name')

{{ $message }}

@enderror
@error('platform_instance_id')

{{ $message }}

@enderror
@error('language_id')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
← Back
@endsection