@extends('layouts.admin') @section('title', 'Spotlights for ' . $offer->title) @section('content')
{{ $offer->title }}
{{ Str::limit($offer->description, 200) }}
{{ $offer->business->name ?? 'N/A' }}
@if($offer->status === 'active') Active @else Inactive @endif
{{ $offer->view_count }}
{{ Str::limit($spotlight->content, 100) }}
{{ $spotlight->view_count }}
{{ $spotlight->likes_count }}
{{ $spotlight->comments_count }}