@include('header')
@include('article-progress-section')
Create a Headline
Great! Now, let's create a captivating headline. Here are some suggestions that highlight your keywords and suit the Basic Article format. Click Regenerate to see a new set.
Target Keyword
{{strtolower($articleSessionDetail->target_keyword)}}
@isset($articleSessionDetail->name)
Article Type
{{strtolower($articleSessionDetail->name)}}
@endisset @isset($articleSessionDetail->persona_name)
Writer Persona
{{strtolower($articleSessionDetail->persona_name)}}
@endisset @isset($articleSessionDetail->headline)
Headline
{{strtolower($articleSessionDetail->headline)}}
@endisset @isset($articleSessionDetail->narrative)
Perspective
{{strtolower($articleSessionDetail->narrative)}}
@endisset @include('helper_ui.article-length-toggle') @include('helper_ui.article-model-type')
@if($headlines['total'] > 5)
{{$headlines['current_page']}} of {{$headlines['last_page']}}
@endif @isset($headlines['data']) @foreach ($headlines['data'] as $key => $headline) @php $headlineId = $headline['id']; //Taylor added this since removeQuotesFromString() wasn't working $originalHeadline = $headline['headline']; $cleanHeadline = str_replace(["'", "\""], "", $originalHeadline); @endphp @endforeach @endisset
{{ csrf_field() }} @if(auth()->user()->user_role === 3) @endif
@include('footer')