@extends('admin.layout.app') @section('title', 'Videos') @section('content')
| No | Title | Description | Course | Unit | Lesson Type | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $video->title }} | {{ Str::limit($video->description, 50, '...') }} | {{ $video->course->name ?? '-' }} | {{ $video->unit->name ?? '-' }} | {{ $video->lessonType->name ?? '-' }} | Edit |