@extends('layouts.main') @section('style') @endsection @section('content')

Website Builder

@include('components.message')
@if($request->section == 'templates') @include('pages.website.form.template') @endif @if($request->section == 'components') @include('pages.website.form.components') @endif @if($request->section == 'styles') @include('pages.website.form.styles') @endif @if($request->section == 'products') @include('pages.website.form.products') @endif
@endsection @section('script') @include('pages.website.script') @endsection