@include('header') @php $timezone = auth()->user()->timezone ?? 'UTC'; @endphp
@include('article-progress-section')
Sources
We will use this data to personalize your articles so they incorporate details about your company, products and services, and target audience into your content.
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(!empty($records)) @foreach ($records as $record)
is_checked ? 'checked' : '' }}>
{{isset($record->url) ? $record->url : $record->file_name }}
{{--
{{$record->created_at}}
--}}
{{ \Carbon\Carbon::parse($record->created_at)->setTimezone($timezone)->format('m/d/y (g:i A)') }}
@csrf
@endforeach @endif
@if(isset($records[0]))
0 of 10 selected
@endif
{{ csrf_field() }} @if(auth()->user()->user_role === 3) @endif
@include('footer')