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

globe-hemisphere-west {{ $space->host }}

@include('admin.space.tabs')
@csrf @method('put')
Unlimited if set to 0 @include('parts.errors', ['name' => 'max_accounts'])
expire_at) value="{{ $space->expire_at->toDateString() }}" @endif min="{{ \Carbon\Carbon::now()->toDateString() }}"> Clear to never expire
@include('parts.form.toggle', ['object' => $space, 'key' => 'super', 'label' => 'Super space', 'supporting' => 'All the admins in this Space will be Super Admins'])

Interface

@include('parts.form.toggle', ['object' => $space, 'key' => 'custom_theme', 'label' => 'Allow a custom CSS theme', 'supporting' => 'Check the README.md documentation to see how to setup the custom CSS file'])
@include('parts.form.toggle', ['object' => $space, 'key' => 'web_panel', 'label' => 'Enable the web interface', 'supporting' => 'It will actually disable this page, be careful'])
@endsection