@props(['thread', 'sharePosition' => 'md:ltr:right-0 md:rtl:left-0 bottom-full mb-2']) @php $socialLink = new \SocialLinks\Page([ 'url' => route('threads.show', $thread->slug), 'title' => $thread->title, 'text' => $thread->description, // 'image' => $thread->image, // 'icon' => $settings['icon'] ?? '', // 'twitterUser' => '@twitterUser', ]); @endphp