@extends('layouts.app') @section('content') @php $currentGenre = old('music_genre', $album->music_genre); $genreOptions = [ 'Rock', 'Pop', 'Jazz', 'Blues', 'Classical', 'Electronic', 'Hip Hop', 'Rap', 'Soul', 'Funk', 'Reggae', 'Country', 'Folk', 'Metal', 'Punk', 'Disco', 'House', 'Techno', 'Ambient', 'Soundtrack' ]; @endphp
Collection entry

Album add

Back to listing
@if ($errors->any())
Please review the highlighted information.
@endif
@csrf
Album details
or
Cancel
@endsection