@include('header')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
@endif
@cannot('hide-ai-topic-search-container')

Ask AI for Ideas

Start with a topic, phrase, or keyword and Composer will brainstorm new topics to add.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
@endcannot

Favorite Topics

Choose from one of the topics below and start generating relevant headline ideas.
@if(isset($keywords['data']) && count($keywords['data']) > 0) @php $keywordsCount = count($keywords['data']); $numberOfLists = ceil($keywordsCount / 10); // Calculate the number of
    lists needed $keywordsIndex = 0; // Initialize keyword index @endphp @for ($i = 0; $i < $numberOfLists; $i++) @endfor @else

    No record found!

    @endif
@if(!empty($keywords['to'])) @foreach ($keywords['links'] as $link) @endforeach @endif
@include('footer')