@extends('layouts.admin') @section('title', 'Product pages — '.config('app.name')) @section('page_title', 'Product pages') @section('breadcrumbs')
Pick a product, then add sections one at a time: Overview, benefits, FAQ, and links. Versions come from Sage compatibility.
| Code | Name | Page | |
|---|---|---|---|
| {{ strtoupper($product->code) }} | {{ $product->name }} | @if ($count > 0) {{ $count }} of {{ $sectionTotal }} sections @else No page yet @endif | @if ($count > 0) Edit page @else Create page @endif |
| No products found. | |||