Forms\Components\TextInput::make('sharing_link')
->hiddenLabel()
->live()
->formatStateUsing(function ($record, $livewire) {
return $record->id . ' ' . $livewire->activeLocale;
}),
Forms\Components\TextInput::make('sharing_link')
->hiddenLabel()
->live()
->formatStateUsing(function ($record, $livewire) {
return $record->id . ' ' . $livewire->activeLocale;
}),