diff options
Diffstat (limited to 'resources/views/music.blade.php')
-rw-r--r-- | resources/views/music.blade.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/views/music.blade.php b/resources/views/music.blade.php new file mode 100644 index 0000000..0fd5d84 --- /dev/null +++ b/resources/views/music.blade.php @@ -0,0 +1,6 @@ +<x-layout> + <x-slot:title>Music</x-slot:title> + <x-current-track :track="$current_track"/> + <hr> + <x-top-tracks :tracks="$top_tracks"/> +</x-layout> |