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

user-rectangle {{ __('Create') }}

{{ __('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 will be super admins'])
@endsection