@section('page_title') {{ "Composer - Social Post" }} @endsection @include('header') @php // Set no-cache headers header('Cache-Control: no-cache, no-store, must-revalidate'); header('Pragma: no-cache'); header('Expires: 0'); // If no selected image is found in DB, use the first image as default $defaultSelectedImage = !empty($selectedImage) ? $selectedImage : (count($images) > 0 ? $images[0] : ''); @endphp
@php $socialPostData = !empty($socialPostData['data']) ? $socialPostData['data'][0] : ''; @endphp
@include('left-split-view') {{--
--}}

Social Post Canvas

Choose from the revision notes below or provide custom revisions in the textbox.
@isset($approvedHeadline) @endisset
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
@isset($images[0]) @else
We couldn’t find any suitable images on this webpage.
@endisset
{{--
--}}
@include('footer')