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

Preview: {{ $template->name }}

{{ $template->component }} | {{ $template->slug }}

← Quay lại
100%

HTML Code

{{ $template->html }}

CSS Code

@if($template->css)
{{ $template->css }}
@else

Không có CSS tùy chỉnh

@endif
@push('scripts') @endpush @endsection