@extends('layouts.main') @section('breadcrumb') @endsection @section('content')

user-rectangle Create a Space

Cancel
@csrf @method('post')
@include('parts.errors', ['name' => 'host']) @include('parts.errors', ['name' => 'full_host']) Cannot be changed once created, leave empty to create a root Space
@include('parts.errors', ['name' => 'domain']) Cannot be changed once created
@include('parts.form.toggle', ['object' => $space, 'key' => 'super', 'label' => 'Super space', 'supporting' => 'All the admins in this Space will be Super Admins'])
@endsection