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

Add Audio

{!! csrf_field() !!}
{{__('base::general.cancel')}}
@include('audio::admin.common.audio_upload',['form_type' => 'add', 'control' => 'audioAddCtrl'])
@include('audio::admin.albums.modal')
{{-- @{{albumAddCtrl.audioUploadLists}} --}}
@endsection @section('scripts') {{-- --}} @endsection