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

Add Album

@include('audio::admin.albums.album_form',['form_type' => 'add', 'control' => 'albumAddCtrl'])
@endsection @section('scripts') @endsection