@if (session('success'))
{{-- Current Page Content Summary --}}
@if ($content)
@else
@endif
{{ session('success') }}
@endif
{{-- Quick Action Cards --}}
Current Page Content Summary
| About Heading | {{ $content->about_heading ?? '—' }} |
|---|---|
| Lateral Heading | {{ $content->lateral_heading ?? '—' }} |
| Groups Heading | {{ $content->groups_heading ?? '—' }} |
| Subscription Heading | {{ $content->subscription_heading ?? '—' }} |
| Community Heading | {{ $content->community_heading ?? '—' }} |
Slider Count: {{ count($content->sliders ?? []) }}
Plans Count: {{ count($content->plans ?? []) }}
Group Boxes: {{ count($content->group_boxes ?? []) }}
@if ($content->getMedia('banner_image')->isNotEmpty())
Banner Image ✓
@else
No Banner Image
@endif
@if ($content->getMedia('about_image')->isNotEmpty())
About Image ✓
@else
No About Image
@endif
No content found!
Home page content has not been set up yet. Create Now