{{ __('Create New Social Network') }}

{{ __("Enter details for your new social network instance") }}

@if(session('error'))
{{ session('error') }}
@endif
@csrf

{{ __('E.g., mycommunity (will become mycommunity.yourdomain.com). Letters, numbers, dashes, and underscores only.') }}

{{ __('E.g., My Awesome Community.') }}

{{ __('E.g., `your-saas-domain.com`. This is the main domain under which your social network will be created (e.g., subdomain.your-saas-domain.com).') }}

{{ __('Create Social Network') }}