@extends('backend.layouts.app') @section('title', \App\Http\Helpers\MenuHelper::getPageTitle()) @section('content')
| No | Title | Status | Video Date | Action |
|---|---|---|---|---|
| {{ ($videos->currentPage() - 1) * $videos->perPage() + $loop->iteration }} | {{ $mainTranslation->video_translation_title ?? '-' }} @if($video->translations->count() > 1) {{ $video->translations->count() }} languages @endif | {{ $statuses[$video->video_status] ?? '-' }} | {{ $video->video_date ? $video->video_date->format('Y-m-d') : '-' }} | |
No videos foundClick "Create New" to add your first entry. |
||||