@extends('layouts.main') @section('breadcrumb') @include('admin.parts.breadcrumb.spaces.show') @endsection @section('content') @include('admin.space.head') @include('admin.space.tabs')
@csrf @method('put')
@include('parts.errors', ['name' => 'name'])
{{ __('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 will be super admins')])

{{ __('Integration') }}

@include('parts.form.toggle', ['object' => $space, 'key' => 'carddav_user_credentials', 'label' => __('Enable user credentials for CardDav servers')])

Interface

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