@extends('admin.layouts.home') @section('title', 'Featured Events') @section('styles') @endsection @section('content')
Featured events are displayed prominently throughout the application. They appear in the "Featured Events" section on the home page and discovery feeds. To add or remove an event from the featured list, go to the event details page or use the toggle button below.
You haven't featured any events yet. Go to the Events list and click the star icon to feature an event.
Go to Events ListThese events are popular and might be good candidates for featuring:
| Event Name | Date | Location | Attendees | Interests | Creator | Actions |
|---|---|---|---|---|---|---|
| {{ $event->title }} | {{ \Carbon\Carbon::parse($event->event_date)->format('M d, Y') }} | {{ Str::limit($event->location, 30) }} | {{ $event->attendees_count }} | {{ $event->interests_count }} | @if($event->creator) {{ $event->creator->name }} @else Unknown @endif |