@foreach ($albums as $album_id => $album_name)
@php
if (Helper::createMode()) {
$step2_URL = route('monothema-music.create.step-2');
} elseif (Helper::editMode()) {
$step2_URL = route('monothema-music.edit.step-2', $mt_music->id);
}
@endphp
@if ($selected_album === $album_id)
@endif
@endforeach
@elseif ($step === 2)
@if (Helper::createMode())
@if (isset($mt_music))
@endif