@extends('layouts.admin') @section('page-title', 'CMS Content Management') @section('content')
Manage hero banners, site features, promotions, and static pages
Total Content
{{ $totalContent }}
Active
{{ $activeContent }}
Inactive
{{ $inactiveContent }}
Sections
{{ $sections->count() }}
{{ ucwords(str_replace('_', ' ', $item->section)) }} · {{ $item->key }}
{{ Str::limit($item->content, 120) }}
@if($item->link) @endif @if($item->button_text)No CMS content yet
Click "Add Content" to get started