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