@section('page_title') {{ "Composer - My Account" }} @endsection @include('header') @if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @php $newSocialPost = request()->path() === 'composer/generate-new-post'; @endphp
@include('left-split-view')
@if($newSocialPost)

Content URL

To generate a social post enter a URL and click "Generate Social Post".
@else

Your Brand

Enter your business URL below. We'll create a Business Profile for Composer to use for content generation, which you can edit on the next page.
@endif
@if(!$newSocialPost) @if (session('isArticleFlowStarted'))
Skip This Step
@else
Skip This Step
@endisset @else
Generate Social Post
@endif
@include('footer')