🎵 TIKTOK STATION

@if(\App\Models\AppSetting::where('key', 'tiktok_session_id')->value('value')) Session Active @else ⚙️ CONFIG @endif
@if(session('success'))
✅ {{ session('success') }}
@endif @if(session('error'))
❌ {{ session('error') }}
@endif

📚 Ready to Post

{{ $videos->count() }} Files
@forelse($videos as $vid)
@if(\Illuminate\Support\Facades\Storage::disk('public')->exists(str_replace('storage/', '', $vid->video_path))) @else
Missing
@endif

{{ $vid->title ?? 'Untitled' }}

{{ $vid->created_at->format('d M H:i') }}

⬇ Download
@empty
No videos found.
@endforelse

TikTok Uploader

@csrf

Max 2200 characters