@extends('uibuilder::layouts.app') @section('title', 'Configs') @section('content')

Configs

Quản lý mapping giữa tenant/domain và template

Tạo Config mới
@forelse($configs as $config) @empty @endforelse
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
@csrf @method('DELETE')
Không có config nào
@if($configs->hasPages())
{{ $configs->links() }}
@endif
@endsection