@extends('uibuilder::layouts.app') @section('title', 'Configs') @section('content')
Quản lý mapping giữa tenant/domain và template
| ID | Tenant | Domain | Component | Template | Trạng thái | Thao tác |
|---|---|---|---|---|---|---|
| {{ $config->id }} | {{ $config->tenant->name ?? 'N/A' }} | {{ $config->domain->name ?? 'N/A' }} | {{ $config->component }} | {{ $config->template->name ?? 'N/A' }} | @if($config->is_active) Hoạt động @else Không hoạt động @endif | Sửa |
| Không có config nào | ||||||