@extends('layouts.premium') @section('content')

My Lyrics

Every masterpiece you've created. Share your favorites with the community.

@if(session('success'))
{{ session('success') }}
@endif
@forelse($history as $item)
{{ $item->style }}
@if($item->is_shared) Shared @endif {{ $item->created_at->format('M d') }}

{{ $item->theme ?: 'Untitled track' }}

{{ $item->content }}
{{ $item->mood }} ยท {{ $item->language }} @if($item->is_shared) {{ $item->likes()->count() }} @endif
@csrf
@empty

Your archive is empty.

Create Your First Lyric
@endforelse
{{ $history->links() }}
@endsection