@livewire('side-post', [
'type' => 'SiteContents\Pay\Sticky' ?? null,
'sticky' => true,
'alwaysShowFull' => true,
'fallbackTitle' => __('Your time is currency'),
'fallbackDescription' => trans_with_platform(
'@PLATFORM_NAME_SHORT@ @PLATFORM_CURRENCY_NAME_PLURAL@ can only be used to trade work, help, or services. ' .
'Each hour equals 60 minutes of work. They can\'t be turned into euros, emphasizing that all work is valued equally. ' .
'These simple rules ensure that no profit can be made, keeping the focus on cooperation and mutual support.'
)
])
@livewire('side-post', [
'type' => 'SiteContents\Pay' ?? null,
'random' => true,
'fallbackTitle' => '',
'fallbackDescription' => '' ])