@extends('admin.layout') @section('title', 'إدارة المدارس') @section('header', 'المدارس المشتركة') @section('content')
| المدرسة | النطاق (Domain) | الخطة | الحالة | تاريخ التسجيل | إجراءات |
|---|---|---|---|---|---|
|
{{ $tenant->name }}
{{ $tenant->email }}
|
@foreach($tenant->domains as $domain) {{ $domain->domain }} @endforeach | @php $planSlug = $tenant->plan?->slug ?? 'none'; $planName = $tenant->plan?->name ?? '—'; @endphp {{ $planName }} | @if($tenant->is_active) نشط @else متوقف @endif | {{ $tenant->created_at->format('Y-m-d') }} | 💾 |
| لا توجد نتائج مطابقة للبحث. | |||||