© 2026 Hedgehog Software, LLC
Tables\Actions\EditAction::make() ->visible( function (ConsultNote $consultNote) { return $consultNote->created_by == auth()->user()->id && $consultNote->created_at->diffInHours() < 24; } ),