@extends('layouts.app') @section('title', 'Campaigns') @section('page-title', 'Campaigns') @section('page-subtitle', 'Manage all your influencer campaigns') @section('topbar-actions') @if (in_array(auth()->user()->role, ['admin', 'manager'])) New Campaign @endif @endsection @php $statuses = [ 'draft' => ['dot' => '#9ca3af', 'label' => 'Draft'], 'active' => ['dot' => '#22c55e', 'label' => 'Active'], 'paused' => ['dot' => '#f59e0b', 'label' => 'Paused'], 'completed' => ['dot' => '#34BDEB', 'label' => 'Completed'], ]; $accentMap = [ 'active' => '#22c55e', 'draft' => '#9ca3af', 'paused' => '#f59e0b', 'completed' => '#34BDEB', ]; $statusBg = [ 'active' => ['bg' => '#DCFCE7', 'color' => '#15803D', 'border' => '#86EFAC'], 'draft' => ['bg' => '#F3F4F6', 'color' => '#4B5563', 'border' => '#D1D5DB'], 'paused' => ['bg' => '#FEF3C7', 'color' => '#92400E', 'border' => '#FCD34D'], 'completed' => ['bg' => '#E0F7FF', 'color' => '#0369A1', 'border' => '#BAE6FD'], ]; $industries = [ 'Any Industry', 'Fashion & Apparel', 'Beauty & Cosmetics', 'Health & Wellness', 'Food & Beverage', 'Technology & Electronics', 'Travel & Hospitality', 'Sports & Fitness', 'Home & Lifestyle', 'Finance & Fintech', 'Education & E-Learning', 'Gaming & Entertainment', 'Automotive', 'Real Estate', 'Healthcare & Pharma', 'Retail & E-Commerce', 'Other', ]; @endphp @push('styles') @endpush @section('content')
Create your first campaign to start tracking influencer content.
Create Campaign @elseNo campaigns have been set up yet. Check back soon.
@endifThis will permanently remove the campaign and all its tracked videos. This action cannot be undone.