@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Create Tenant') @section('vendor-style') @vite([ 'resources/assets/vendor/libs/@form-validation/form-validation.scss', 'resources/assets/vendor/libs/bs-stepper/bs-stepper.scss', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.scss' ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/@form-validation/popular.js', 'resources/assets/vendor/libs/@form-validation/bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/auto-focus.js', 'resources/assets/vendor/libs/bs-stepper/bs-stepper.js', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.js' ]) @endsection @section('page-script') @vite([ 'resources/assets/js/app/tenant-create.js' ]) {{-- Pass session data and config to JavaScript --}} @endsection @section('content')

Create Tenant

Create a new tenant with complete setup

Back to Tenants
@csrf
Tenant Information

Enter the basic tenant details

Only letters, numbers, underscores, and hyphens allowed
Auto-generated from tenant ID (read-only preview)
Company Information

Enter company details

Domain Configuration

Configure tenant domains

e.g., tenant.localhost (for local development)
e.g., tenant.worka.bblabs.dev (for production)
Note: At least one domain (local or production) is required.
Admin User Information

Create the admin user account

Minimum 8 characters required
Loading...

Creating tenant... This may take a few moments.

Please do not close this window.
@endsection