@extends('layouts.app') @section('title', 'Campaigns') @section('content')

Campaigns

New campaign Export CSV Filter: All Draft Scheduled Published Failed Sort: Newest Oldest Platform

Social campaigns

@csrf

@forelse($campaigns as $c) @empty @endforelse
Platform Publish to Scheduled Status Created
{{ $c->platform }} {{ $c->socialAccount ? ucfirst($c->socialAccount->platform) . ($c->socialAccount->account_id ? ' (' . $c->socialAccount->account_id . ')' : '') : '—' }} {{ $c->scheduled_at?->format('M j, Y H:i') ?? '—' }} {{ $c->status }} {{ $c->created_at->format('M j, Y') }} Edit @csrf @method('DELETE')
No campaigns yet.
@if($campaigns->hasPages()) @endif
@endsection