@include('header')
@include('article-progress-section')
Choose a Perspective
What's the main story or perspective you want to explore in your article?
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($narratives['total'] > 3)
{{$narratives['current_page']}} of {{$narratives['last_page']}}
@endif {{ csrf_field() }} @isset($narratives['data']) @foreach ($narratives['data'] as $key => $narrative) @endforeach @endisset
@php $WebScrapedUrlCount = getWebScrapedUrlCount($clientId); @endphp @if(auth()->user()->user_role === 3) @endif
@include('footer')