@extends('admin.layout') @section('title', 'Publish Video: ' . $video->title) @section('content')

Publish Video: {{ $video->title }}

← Back

Original Video

@if($thumbnailUrl) {{ $video->title }} @else
No Thumbnail
@endif

Publish Stats

Telegram: {{ $stats['telegram']['published'] }}/{{ $stats['telegram']['total'] }} @if($stats['telegram']['failed'] > 0) ({{ $stats['telegram']['failed'] }} failed) @endif
X (Twitter): {{ $stats['x']['published'] }}/{{ $stats['x']['total'] }} @if($stats['x']['failed'] > 0) ({{ $stats['x']['failed'] }} failed) @endif
View History →
@csrf
✓ Select satu atau kedua platform untuk publish sekaligus
Max 500 characters (X will truncate to 280)
@if($domains && $domains->count() > 0)
Choose which domain to use in the video player embed URL
@endif
@if($thumbnailUrl) Preview @else Preview will appear here @endif
Cancel
@endsection