@props([
'copy_what' => null,
])
{{ trans('general.copy_to_clipboard') }}
{{--There must not be any spaces or line breaks between the js-copy span and the slot, or it will add a space before the copied value in Firefox :( --}}
@if (!$slot->isEmpty())
{{ $slot }}
@endif