| Title | Facebook Page | 1 Hour | 6 Hours | 24 Hours | Winner Score | Total Clicks | Posted | Tracking Link | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $story->article_title }} | {{ $story->facebook_page ?: 'Not assigned' }} | @if($oneHour) {{ $oneHour->clicks }} @else Pending @endif | @if($sixHours) {{ $sixHours->clicks }} @else Pending @endif | @if($twentyFourHours) {{ $twentyFourHours->clicks }} @else Pending @endif | {{ number_format($story->winner_score) }} | {{ number_format($story->clicks) }} | {{ $story->posted_at ?: $story->created_at }} | {{ url('/go/' . $story->code) }} | @if (is_null($story->posted_at)) @else Tracking Active @endif |