@extends('admin.layouts.home') @section('title', 'Featured Pages') @section('content')
Featured pages are displayed prominently throughout the application. They appear in the "Featured Pages" section on the home page and discovery feeds. To add or remove a page from the featured list, go to the page details page or use the toggle button below.
You haven't featured any pages yet. Go to the Pages list and click the star icon to feature a page.
Go to Pages List{{ Str::limit($page->description, 50) }}
These pages are popular and might be good candidates for featuring:
| Page Name | Likes | Category | Creator | Created On | Actions |
|---|---|---|---|---|---|
| {{ $page->name }} | {{ $page->likes_count }} | @if($page->category) {{ $page->category->name }} @else Uncategorized @endif | @if($page->creator) {{ $page->creator->name }} @else Unknown @endif | {{ $page->created_at->format('M d, Y') }} |