@extends('admin/layout') @section('page_title','Manage Content Upload') @section('content_upload_select','active') @section('container') @if($id>0) @php $image_required=""; @endphp @else @php $image_required="required"; @endphp @endif

Manage Video Upload

@csrf
@error('content_html') @enderror @if($content_html!='') {{$content_html}} @endif
@error('content_folder') @enderror @if($content_folder!='') {{$content_folder}} @endif
@if($video_image!='') {{$video_image}} {{$video_image}} @endif
@error('alternate_content_html') @enderror @if($alternate_content_html!='') {{$alternate_content_html}} @endif
@error('content_folder') @enderror @if($alternate_content_folder!='') {{$alternate_content_folder}} @endif

@foreach($levels as $key3=>$llist)
@endforeach
@endsection