@extends('layouts.app') @section('title', 'Campaigns') @section('page-title', 'Campaigns') @section('breadcrumb', 'Marketing / Campaigns') @section('content')
| Title | Channel | Status | Scheduled | Created |
|---|---|---|---|---|
| {{ $campaign->title }} | {{ $campaign->channel }} | {{ $campaign->scheduled_at?->format('M d, Y h:i A') ?? '—' }} | {{ $campaign->created_at->format('M d, Y') }} |