@php $currentStep = getCurrentStepByArticleSession($articleSessionId); $WebScrapedUrlCount = getWebScrapedUrlCount($clientId); @endphp
1
Keywords
2
Article Type
3
Writer Persona
@if($currentStep->current_step < 3)
Complete the current step and click ‘Save and Continue’ to move forward.
@endif
4
Headline
@if($currentStep->current_step < 4)
Complete the current step and click ‘Save and Continue’ to move forward.
@endif
5
Perspective
@if($currentStep->current_step < 5)
Complete the current step and click ‘Save and Continue’ to move forward.
@endif
@if ($WebScrapedUrlCount >= 2)
6
Sources
@if($currentStep->current_step < 6)
Complete the current step and click ‘Save and Continue’ to move forward.
@endif
@endif
{{ $WebScrapedUrlCount >= 2 ? 7 : 6 }}
Outline
@if($currentStep->current_step < 7)
Complete the current step and click ‘Save and Continue’ to move forward.
@endif
{{ $WebScrapedUrlCount >= 2 ? 8 : 7 }}
Final Draft
@if($currentStep->current_step < 8)
Complete the previous step and click ‘Save and Continue’ to move forward
@endif