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

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

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

{{ $groupLabel }}

@endforeach
@endsection