@extends('layouts.app') @section('title', 'التحكم المركزي — الشركات - '.config('app.name')) @section('breadcrumb') الرئيسية التحكم المركزي @endsection @section('content')
@if(session('success'))
{{ session('success') }}
@endif

إدارة الشركات (المستأجرين)

لوحة مشغّل المنصة — عرض الشركات والتحكم في الموديولات المفعّلة.

@forelse($tenants as $tenant) @empty @endforelse
الشركة البريد النيش Slug الموظفون تاريخ الاشتراك الموديولات
{{ $tenant['name'] }}
{{ $tenant['owner_name'] }}
{{ $tenant['email'] }} {{ $tenant['niche_name'] ?? '—' }} {{ $tenant['slug'] ?? $tenant['domain'] ?? '—' }} {{ $tenant['employee_count'] }} {{ $tenant['subscribed_at_label'] ?? '—' }} {{ $tenant['enabled_modules_count'] }} موديول @if(! ($tenant['has_explicit_module_registry'] ?? false)) @endif
تفاصيل
لا توجد شركات (مستأجرين) مسجّلة بعد.
@if($tenants->hasPages())
{{ $tenants->links() }}
@endif
@include('super-admin.tenants._premium-features-modal')
@endsection