@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('AI Music')) @section('titlebar_subtitle', __('You can generate songs based on your short description of the song you want.')) @section('titlebar_actions', '') @section('content')

@lang('You can generate songs based on your short description of the song you want.')

@lang('Create New Song')
@lang('AI Music')
@if (filled($list))

@lang('My Songs')

@else

@lang('No songs found.')

@endif
@include('ai-music::songs-list', ['list' => $list])
@endsection