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

Templates

Quản lý các template HTML/CSS

Tạo Template mới
@forelse($templates as $template) @empty @endforelse
ID Component Tên Slug Trạng thái Ngày tạo Thao tác
{{ $template->id }} {{ $template->component }} {{ $template->name }} {{ $template->slug }} @if($template->is_active) Hoạt động @else Không hoạt động @endif {{ $template->created_at->format('d/m/Y H:i') }} Preview Sửa
@csrf @method('DELETE')
Không có template nào
@if($templates->hasPages())
{{ $templates->links() }}
@endif
@endsection