$customSchema = Schema::make($livewire)
->record(User::first())
->components([
Action::make('testAction')->requiresConfirmation(),
Infolists\Components\TextEntry::make('id'),
]);
$customSchema = Schema::make($livewire)
->record(User::first())
->components([
Action::make('testAction')->requiresConfirmation(),
Infolists\Components\TextEntry::make('id'),
]);