@extends('layouts.desktop') @section('background')
{{-- --}}
@endsection @section('content')
{{-- Sidebar + Tab Content --}}
{{-- SPACER --}}
{{-- Sidebar Tabs --}}
{{-- Tab Content (tampil di sebelah kanan tab) --}}
@include('partials.editor-tab-background', ['templates' => $templates])
@include('partials.editor-tab-title')
@include('partials.editor-tab-subtitle')
@include('partials.editor-tab-overlay')
{{-- Editor Preview Area --}}
Custom Show
{{-- Card background HANYA untuk preview --}}
{{-- Preview Box --}}
{{--
--}} {{--
--}}
{{-- Footer Action (DI LUAR background card) --}}
{{--
{{-- Final Capture Area (invisible) --}}
{{--
--}}
{{-- Tab Content --}} {{--
@include('partials.editor-tab-background', ['templates' => $templates])
@include('partials.editor-tab-title')
@include('partials.editor-tab-subtitle')
--}}
@endsection @push('styles') @endpush @push('scripts') @endpush ob_start();