@extends('layouts.app') @section('content')
Visual Builder - {{ $website->name }}
{{ isset($page) ? $page->title : 'New Page' }}
Exit
Components
Basic
Heading
Text
Image
Button
Divider
Spacer
Layout
Container
Row
Column
Section
Advanced
Hero Section
Gallery
Contact Form
Testimonial
Pricing Table
Team Member
@if($website->ecommerce_enabled)
E-commerce
Product Grid
Featured Product
Add to Cart
@endif

Drag components here to start building

Properties

Select an element to edit its properties

@endsection