@extends('back.layouts.app', ['title' => $title]) @section('content')
@include('back.common_views.quicklinks')

Add Video

@include('flash::message') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Heading:

Video Type:

Youtube Video:

Short Description:


@endsection @section('beforeBodyClose') @endsection