@extends('layouts.main') @section('breadcrumb') @if (auth()->user()->superAdmin) @else @endif @endsection @section('content')

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

@include('admin.space.tabs')
@csrf @method('put')
@include('parts.errors', ['name' => 'copyright_text'])
{{ __('Markdown text') }} @include('parts.errors', ['name' => 'intro_registration_text'])
{{ __('Markdown text') }} @include('parts.errors', ['name' => 'confirmed_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'])

{{ __('Remote provisioning') }}

{{ __('In ini format, will complete the other settings') }} @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