@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
Social Post Canvas