@include('header')
@include('article-progress-section')
Writer Persona
Before we dive into writing, select an editor persona. This will shape the voice and tone of your article, making it uniquely yours.
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(isset($personas)) @foreach($personas as $persona) @php $idName = strtolower(str_replace(' ', '-', $persona['name'])); @endphp
@if($persona['name'] === 'The SEO Specialist')
Start here if you're not sure
@endif
{{$persona['name']}}
{{$persona['summary']}}
@endforeach @endif
{{ csrf_field() }} @if(auth()->user()->user_role === 3) @endif
@include('footer')