@extends('layouts.admin') @section('title', 'View Spotlight') @section('content')
Review and moderate spotlight
{{ $spotlight->content }}
{{ $spotlight->location }}
@endif @if($spotlight->latitude && $spotlight->longitude){{ $spotlight->latitude }}, {{ $spotlight->longitude }}
@endif{{ $comment->user->first_name }} {{ $comment->user->last_name }}
{{ $comment->comment }}
{{ $comment->created_at->diffForHumans() }}{{ $spotlight->moderation_notes }}
{{ $spotlight->moderated_at->format('M d, Y H:i') }}
@if($spotlight->moderator)
by {{ $spotlight->moderator->first_name }} {{ $spotlight->moderator->last_name }}
@endif
{{ Str::limit($spotlight->offer->description, 100) }}
@if($spotlight->offer->featured_image){{ $spotlight->user->first_name }} {{ $spotlight->user->last_name }}
{{ $spotlight->user->email }}Phone: {{ $spotlight->user->phone_number ?? 'N/A' }}
Member Since: {{ $spotlight->user->created_at->format('M d, Y') }}
{{ $spotlight->created_at->format('M d, Y H:i') }}
{{ $spotlight->updated_at->format('M d, Y H:i') }}