{{-- resources/views/admin/videos/index.blade.php --}} @extends('layouts.admin') @section('title', 'Galeri Video') @section('content')
| No | Judul Video | URL | Urutan | Aksi |
|---|---|---|---|---|
| {{ ($videos->currentPage()-1) * $videos->perPage() + $loop->iteration }} | {{ $video->title }} | {{ Str::limit($video->url_video, 50) }} | {{ $video->ordering }} | |
| Belum ada data video. | ||||