@extends('layouts.app') @section('title', $campaign->name . ' — Posts') @section('page-title', $campaign->name) @section('page-subtitle', 'YouTube video tracking') @section('topbar-actions')
← All Campaigns @endsection @push('styles') @endpush @section('content') {{-- ── Add URL Card ── --}}| Video | Views | Likes | {{-- ── NEW: Subscribers column header ── --}}Subscribers | Last Synced | Actions | |
|---|---|---|---|---|---|---|
|
{{ number_format($post->views) }}
views
|
{{ number_format($post->likes) }}
likes
|
{{-- ── NEW: Subscribers column cell ── --}}
{{ number_format($post->subscribers ?? 0) }}
subscribers
|
{{ $post->last_synced_at ? $post->last_synced_at->diffForHumans() : 'Never' }}
|
|
||
|
No videos added yet
Paste a YouTube URL above to start tracking views and likes.
|
||||||