@php
$ai_music_options = [
'duration' => [
'' => __('None'),
'30' => '30 ' . __('seconds'),
'60' => '1 ' . __('minute'),
'120' => '2 ' . __('minutes'),
'180' => '3 ' . __('minutes'),
],
'music_style' => [
'' => __('None'),
'techno' => 'Techno',
'lofi' => 'Lo-Fi',
'pop' => 'Pop',
'jazz' => 'Jazz',
'rock' => 'Rock',
'classical' => 'Classical',
'hiphop' => 'Hip-Hop/Trap',
'edm' => 'EDM/House',
'reggae' => 'Reggae',
'ambient' => 'Ambient',
'cozy' => 'Cozy',
'relaxed' => 'Relaxed',
]
];
@endphp
@extends('panel.layout.app', ['disable_tblr' => true])
@section('title', __('AI Music Pro'))
@section('titlebar_subtitle', __('Create music tracks with AI'))
@section('content')