Adding info or icon to textEntry if email is verified?
Im using infolist and in a textEntry that im showing the users email i want to show a badge or a text if the email is verified, is this possible?
TextEntry::make('email')->label('Email')->columnSpan(1)
->icon('heroicon-m-envelope'),
0 Replies