{{-- resources/views/admin/themes/exporter.blade.php --}} @extends('layouts.app') @section('content')

Theme Exporter

Back to Themes
Generate New Theme from Website

This tool allows you to generate a new theme template from an existing website. Select a "Source Website" that you have already designed. All of its pages and global sections (Header/Footer) will be saved as JSON files into a new theme folder.

@csrf
This website's pages and global sections will be used as the templates.
The user-friendly name that will appear in the theme list.
A unique, URL-friendly identifier. Use lowercase letters, numbers, and dashes only.
@endsection