feat: implement search functionality in MusicProductionController, enhance view with search form and localization support for search results

This commit is contained in:
Ümit Tunç
2026-05-20 23:13:21 +03:00
parent 276e4b30ca
commit 33c7b6a51e
4 changed files with 50 additions and 5 deletions
+2
View File
@@ -7,6 +7,8 @@ return [
'meta-index-title' => 'Music production, soundtracks and corporate music projects.',
'meta-index-description' => 'Explore our albums, singles and production work published on Spotify, YouTube and digital platforms.',
'empty' => 'No music productions registered yet.',
'search_placeholder' => 'Search by title or client name…',
'search_no_results' => 'No results found for “:query”.',
'card_category_default' => 'Production',
'view_details_tooltip' => 'View details',
'project_details' => 'Project Details',