@extends('admin.layout') @section('title', 'Publish History: ' . $video->title) @section('content')
| Platform | Title | Thumbnail | Status | Platform ID | Published At | Actions |
|---|---|---|---|---|---|---|
| @if($log->platform === 'telegram') 📱 Telegram @else 𝕏 X @endif |
{{ $log->publish_title }}
|
@if($log->publish_thumbnail) @else None @endif | @if($log->status === 'published') ✓ Published @elseif($log->status === 'failed') ✗ Failed @else ⏳ Pending @endif | @if($log->platform_message_id) {{ substr($log->platform_message_id, 0, 16) }}... @else — @endif |
{{ $log->created_at->format('Y-m-d H:i:s') }}
{{ $log->created_at->diffForHumans() }}
|
@if($log->status === 'failed')
@endif
@if($log->error_message)
@endif
|
No publish history yet
Start Publishing →