@extends('layouts.main') @section('breadcrumb') @if (auth()->user()->superAdmin) @include('admin.parts.breadcrumb.spaces.show') @else @endif @endsection @section('content') @include('admin.space.head') @include('admin.space.tabs')
@csrf @method('put')
@include('parts.errors', ['name' => 'copyright_text'])
{{ __('Markdown text') }} @include('parts.errors', ['name' => 'intro_registration_text'])
{{ __('An email will be sent to this email when someone join the newsletter') }} @include('parts.errors', ['name' => 'newsletter_registration_address'])
Will be used for informational purpose in the user panel and communication emails @include('parts.errors', ['name' => 'account_proxy_registrar_address'])
accounts()->count() > 0)disabled @endif id="account_realm" placeholder="server.tld" value="{{ $space->account_realm }}"> A custom realm for the Space accounts @include('parts.errors', ['name' => 'account_realm'])

{{ __('Remote provisioning') }}

{{ __('In ini format, will complete the other settings.') }} {{ __('Use ; to comment, key="value" to declare a complex string.') }} {{ __('Checkout the cheatsheets to know how to format things correctly.') }} @include('parts.errors', ['name' => 'custom_provisioning_entries'])
@include('parts.form.toggle', ['object' => $space, 'key' => 'custom_provisioning_overwrite_all', 'label' => __('Allow client settings to be overwritten by the provisioning ones')])
@include('parts.form.toggle', ['object' => $space, 'key' => 'provisioning_use_linphone_provisioning_header', 'label' => 'Enforce X-Linphone-Provisioning header'])

{{ __('Features') }}

@include('parts.form.toggle', ['object' => $space, 'key' => 'public_registration', 'label' => __('Public registration')])
$space, 'key' => 'phone_registration', 'label' => __('Phone registration')])
@include('parts.form.toggle', ['object' => $space, 'key' => 'intercom_features', 'label' => __('Intercom features')])
@endsection