@extends('backend.layouts.master') @section('title', "Video Gallery") @section('css') @endsection @section('content')

Video Gallery

Enter URL as: https://www.youtube.com/watch?v=ly939bnZUrE

{{--
--}} {{--
--}} {{--

*Please enter the full url as shown below:

--}} {{--

https://www.youtube.com/watch?v=ly939bnZUrE (youtube)

--}} {{--
--}} {{-- --}} {{--
--}}
@if(count($video_section_elements) > 0) {!! Form::open(['route' => 'video.galleryUpdate','method'=>'post','class'=>'needs-validation','id'=>'video-section-form','novalidate'=>'']) !!} @else {!! Form::open(['route' => 'video.store','method'=>'post','class'=>'needs-validation','id'=>'video-section-form','novalidate'=>'']) !!} @endif
@if(count($video_section_elements)>0)
@foreach($video_section_elements as $key=>$value)
Please select the video type.
Please enter the link.
@endforeach
@else
Please enter the link.
@endif
{!! Form::close() !!}
@endsection @section('js') @endsection