@extends('layouts.app_layout')
@section('content')
{{ $videoGallery->title }}
{{ $videoGallery->title_hi }}
{{ \Carbon\Carbon::parse($videoGallery->date)->format('d-m-Y') }}
{{ $videoGallery->order }}
{{ $videoGallery->type_desc }}
No file available
@endifNo YouTube Embed Code available
@endifNo URL available
@endifNo video available
@if ($videoGallery->is_approved == 1) Approved @elseif ($videoGallery->is_approved == 2) Rejected @else Pending @endif
{!! $videoGallery->is_published ? 'Published' : 'Not Published' !!}
{{ $videoGallery->remarks ? $videoGallery->remarks :'No remarks available' }}