@include('header')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
@endif

Content Ideas

This is where all great ideas start. We’ve identified {{countAllClusterTopics($companies['client_id'])}} topics to choose from. Start by choosing from one of the topic areas below.
@cannot('hide-company-profile')
Company Profile
@if($companies->solution_offering !== null)
{!! Str::markdown(trim($companies->solution_offering)) !!}
@else
Your company profile is empty. Please update your Company Profile.
@endif
@endcannot @cannot('hide-favorite-topics')
Favorite Topics
@if($keywords)
@php $remainingCount = count($keywords) > 3 ? count($keywords) - 3 : 0; @endphp +{{$remainingCount}} topics
@else @endif
@endcannot @if(isset($topicClusters) && count($topicClusters) > 0) @foreach($topicClusters as $cluster)
{{$cluster['keyword']}}
@endforeach @endif @if($isLoaderVisible)
Loading...
loader
@endif
@vite('resources/js/app.js') {{-- --}}