@extends('central.super.layout') @section('title', __('central.CreateTenant')) @section('content') @php $settings = \App\Models\Central\GeneralSetting::instance(); $baseDomain = preg_replace('/^www\./i', '', parse_url(config('app.url', 'http://localhost'), PHP_URL_HOST) ?? 'localhost'); $languages = \App\Models\Central\CentralLanguage::active(); $defaultLocale = \App\Models\Central\CentralLanguage::defaultLocale(); @endphp
{{ __('central.CreateTenantSubtitle') }}