@extends('base::layouts.default') @section('stylesheet') @endsection @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
@include('video::admin.common.subMenu', ['template' => 'seasons', 'control' => 'seasongridCtrl']) @include('video::admin.common.popup', ['template' => 'seasons', 'control' => 'seasongridCtrl'])
@include('base::partials.errors')
@endsection @section('scripts') @endsection