@extends('layouts.admin') @section('title', 'Create Spotlight') @section('content')

Create New Spotlight

Add a new spotlight for an offer

@if($errors->any()) @endif
@csrf
Select Offer
@error('offer_id')
{{ $message }}
@enderror
Spotlight Content
@error('content')
{{ $message }}
@enderror Describe the spotlight in detail
Media
@error('media_type')
{{ $message }}
@enderror
Add URLs for images or videos
Location
@error('location')
{{ $message }}
@enderror
@error('latitude')
{{ $message }}
@enderror
@error('longitude')
{{ $message }}
@enderror
Create Spotlight

This spotlight will be created with "Pending" status and requires moderation approval.

@endsection