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')
@include('helper_ui.article-image-toggle')
@if(!isset($records[0]))
Oh no! It looks like you haven't written any articles yet.
@endif
@if(isset($records[0]))
0 of 10 selected
@endif
{{ csrf_field() }}
@if(auth()->user()->user_role === 3)
@endif