@extends('layouts.app')
@section('content')
Karaoke Management
manage karaoke
{{ $message }}
{{ $message }}
Video ID | Video Title | Image | Language | Schedule | Year | Downloadable | Watch | Action |
---|---|---|---|---|---|---|---|---|
{{ $video->video_id }} | {{ $video->video_name }} | {{ $video->default_language }} | {{ (new \App\Http\Helper)->date_format($video->start_date)." - ".(new \App\Http\Helper)->date_format($video->end_date) }} | {{ $video->year }} |
@if($video->status == 'published')
@endif
|
@if($video->status == 'published') Watch Video @endif | Edit @if($video->status == 'unpublished') UnPublished @else Published @endif Geo Restriction |