@extends('layouts.main') @section('breadcrumb') @include('admin.parts.breadcrumb.spaces.index') @endsection @section('content')

{{ __('Create') }}

{{ __('Cancel') }}
@csrf @method('post')
@include('parts.errors', ['name' => 'name'])
@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 will be super admins')])
@include('parts.errors', ['name' => 'account_realm']) {{ __('Leave empty if similar to the domain') }}
@endsection