@extends('base::layouts.default') @section('stylesheet') @endsection @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
@include('vod::common.subMenu', ['template' => 'add_vod']) {!! csrf_field() !!}
@include('base::partials.errors')
@include('vod::vodform') @include('vod::common.popup', ['control' => 'vodGridCtrl'])
@endsection @section('scripts') @endsection