<x-filament::input.wrapper>
<x-slot name="prefix">
<x-filament::input
type="text"
wire:model="text1"
/>
</x-slot>
<x-filament::input
type="text"
wire:model="text2"
/>
<x-slot name="suffix">
Text1/Text2
</x-slot>
</x-filament::input.wrapper>