@extends('base::layouts.default') @section('stylesheet') @endsection @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')

Add Webseries

@include('video::admin.webseries.webseries_form',['form_type' => 'add', 'control' => 'webseriesAddCtrl']) @include('video::admin.common.popup', ['control' => 'webseriesAddCtrl'])
@endsection @section('scripts') @endsection