{{ str_replace(['@PLATFORM_NAME@', '@CURRENCY@'], [platform_name(), platform_currency_name_plural()], __('Transfer @PLATFORM_NAME@ @CURRENCY@')) }}
@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('pay', [ 'amount' => $amount ?? null, 'hours' => $hours ?? null, 'minutes' => $minutes ?? null, 'toAccountId' => $toAccountId ?? null, 'toHolderName' => $name ?? null, 'description' => $description ?? null, 'type' => $type ?? null, ])