@include('header')
@include('article-progress-section')
Choose an Article Type
Now, let's define the type of article. Are you aiming for a concise listicle, a thought-provoking personal essay, or a sharp piece of commentary?
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($articleTypes)) @foreach($articleTypes as $types) @php $idName = strtolower(str_replace(' ', '-', $types['name'])); @endphp
{{$types['name']}}
{{$types['summary']}}
@if($types['id'] === 1)
Start here if you're not sure
@endif
@endforeach @endif
@if(auth()->user()->user_role === 3) @endif
@include('footer')