@extends('backend.layouts.app') @section('title', \App\Http\Helpers\MenuHelper::getPageTitle()) @section('content')
Create Components
Write HTML/Blade for small blocks like navbar, hero banner, footer.
Create Site
Pick header/footer components, set up the site layout. Each site = one website.
Create Pages
Attach components to a page, write the layout, publish. View in your browser.