Section::make('')
->id('idchecker')
->columns(3)
->schema([
IconEntry::make('uc_ident_checker')
->columnSpanFull()
->boolean()
->label('Authorised to Validate ID')
->inlineLabel(),
Action::make('resetStars')
->icon('heroicon-m-x-mark')
->color('danger')
->requiresConfirmation()
->action(function ($record) {
dd($record);
}),
Section::make('')
->id('idchecker')
->columns(3)
->schema([
IconEntry::make('uc_ident_checker')
->columnSpanFull()
->boolean()
->label('Authorised to Validate ID')
->inlineLabel(),
Action::make('resetStars')
->icon('heroicon-m-x-mark')
->color('danger')
->requiresConfirmation()
->action(function ($record) {
dd($record);
}),