@extends('layouts.admin') @section('title', 'Manage Videos') @section('admin')
| Thumbnail | Title | YouTube ID | Duration | Actions |
|---|---|---|---|---|
|
|
{{ $video->title }} @if($video->description){{ $video->description }} @endif |
{{ $video->youtube_id }}
|
{{ $video->formatted_duration }} |
{{-- Edit Toggle --}}
{{-- Delete --}}
|
|
No videos found. Click "Sync from YouTube" to import videos. |
||||