@extends('layouts.app') @section('title', 'Product Pages') @section('page-title', 'Product Pages') @section('breadcrumb', 'Platform Admin / Product Pages') @section('content')

Edit the marketing content for each /products/{slug} page — hero, features, benefits, FAQs, and CTAs.

@foreach($products as $groupLabel => $items)

{{ $groupLabel }}

@endforeach
@endsection