@extends('layouts.admin.index') @section('content')
| ID | Title | Thumbnail | Status | Actions |
|---|---|---|---|---|
| {{ $video->id }} | {{ $video->title }} |
@if($video->thumbnail_path)
|
{{ ucfirst($video->status) }} | Edit @if($video->status == 'enabled') @else @endif |