All Video
| # | Title | Embed Code | Photo | Status | Action |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $video->title }} | {{ $video->embed_code }} |
@if($video->embed_code)
@endif
|
@if($video->status == StatusEnum::ACTIVE->value) Active @else Inactive @endif | Edit | @if (auth()->user()->role_id == 1) @endif |
@endif