@extends('uibuilder::layouts.app') @section('title', 'UI Structures') @section('content')
| Name | Component | Tenant | Status | Version | Updated | Actions |
|---|---|---|---|---|---|---|
|
{{ $structure->name }}
{{ $structure->slug }}
|
{{ $structure->component }} | {{ $structure->tenant->name ?? 'N/A' }} | @if($structure->is_active) Active @else Inactive @endif | v{{ $structure->version }} | {{ $structure->updated_at->diffForHumans() }} | Edit Preview |
|
📐
No structures found Create your first structure |
||||||