{{ __('Create tenant') }}

{{ __('Create a new tenant') }}
@if ($errors->any()) @endif
@csrf
{{ __('Login Credentials') }}
{{ __('Tenant configuration') }}
{{ __('Assign Admin Packages') }}

{{ __('Select which master billing packages this tenant is authorized to resell to their customers.') }}

@forelse($packages as $package)
id, old('packages')) ? 'checked' : '' }}>
@empty
{{ __('No admin packages available. Create master packages first.') }}
@endforelse
{{ __('Tenant permissions') }}

{{ __('Select which features this tenant can access from their portal. Leave all unchecked to grant no special access.') }}

@foreach($resellerPermissions as $groupName => $permissions)
@if($groupName === 'Customer Management') @elseif($groupName === 'Customer Status Control') @elseif($groupName === 'Billing & Payments') @elseif($groupName === 'Reports & Lists') @elseif($groupName === 'Setup & Access') @else @endif {{ $groupName }}
@foreach($permissions as $permName => $permLabel)
@endforeach
@endforeach
{{ __('Cancel') }}