@extends('layouts.admin') @section('title', 'Spotlight Management') @section('content')
Total Posts
Active
Pending Review
Flagged
| ID | Content | User | Venue | Engagement | Status | Date | Actions |
|---|---|---|---|---|---|---|---|
| #{{ $spotlight->id }} |
@if($spotlight->media && count(json_decode($spotlight->media)) > 0)
{{ $spotlight->content }} @if($spotlight->is_flagged) Flagged @endif |
{{ $spotlight->user->full_name }}
{{ $spotlight->user->email }}
|
@if($spotlight->venue) {{ $spotlight->venue->name }} @else — @endif |
{{ $spotlight->likes_count }}
{{ $spotlight->comments_count }}
|
@if($spotlight->status === 'active') Active @elseif($spotlight->status === 'pending') Pending @else Rejected @endif | {{ $spotlight->created_at->format('M d, Y') }} | |
|
No spotlight posts found |
|||||||